removing console.log

This commit is contained in:
Julian Lam
2014-02-17 12:57:26 -05:00
parent e665b79293
commit e4812fab87

View File

@@ -1034,7 +1034,6 @@ var bcrypt = require('bcryptjs'),
getNotifications('uid:' + uid + ':notifications:read', 0, 9, null, next);
}
}, function(err, notifications) {
console.log(notifications);
if(err) {
return calback(err);
}