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