This commit is contained in:
Julian Lam
2013-12-04 16:25:42 -05:00
parent b176629b44
commit d27f2eb214
2 changed files with 1 additions and 2 deletions

View File

@@ -670,7 +670,6 @@ websockets.init = function(io) {
});
socket.on('api:notifications.getCount', function(callback) {
console.log('checking uid', uid);
user.notifications.getUnreadCount(uid, function(err, count) {
callback(err ? err.message : null, count);
});