mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
removing console.log
This commit is contained in:
@@ -1034,7 +1034,6 @@ var bcrypt = require('bcryptjs'),
|
||||
getNotifications('uid:' + uid + ':notifications:read', 0, 9, null, next);
|
||||
}
|
||||
}, function(err, notifications) {
|
||||
console.log(notifications);
|
||||
if(err) {
|
||||
return calback(err);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user