console.log

This commit is contained in:
psychobunny
2013-05-29 14:15:32 -04:00
parent c63d6f75c2
commit d76432a20f

View File

@@ -117,7 +117,6 @@
}
});
socket.on('event:new_notification', function() {
console.log('WOOT');
document.querySelector('.notifications a i').className = 'icon-circle active';
});
socket.emit('api:notifications.counts');