mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
removed console.log
This commit is contained in:
@@ -235,9 +235,7 @@ SocketPosts.flag = function(socket, pid, callback) {
|
||||
function(adminGroup, next) {
|
||||
|
||||
notifications.create(message, path, 'post_flag:' + pid, function(nid) {
|
||||
|
||||
notifications.push(nid, adminGroup.members, function() {
|
||||
console.log('derp');
|
||||
next(null);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user