mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
removed console.log
This commit is contained in:
@@ -304,7 +304,6 @@ var async = require('async'),
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
function(nids, next) {
|
function(nids, next) {
|
||||||
console.log('matches:', nids);
|
|
||||||
Notifications.mark_read_multiple(nids, uid, next);
|
Notifications.mark_read_multiple(nids, uid, next);
|
||||||
}
|
}
|
||||||
], callback);
|
], callback);
|
||||||
|
|||||||
Reference in New Issue
Block a user