removed console.log

v1.18.x
Baris Soner Usakli 11 years ago
parent 36ae568349
commit 45e2f7f7f5

@ -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);
}); });
}); });

Loading…
Cancel
Save