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