mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
removed console.log
This commit is contained in:
@@ -213,7 +213,6 @@ define('chat', ['taskbar', 'string', 'sounds', 'forum/chats'], function(taskbar,
|
||||
chatModal.on('mousemove keypress click', function() {
|
||||
if (newMessage) {
|
||||
socket.emit('modules.chats.markRead', touid);
|
||||
console.log('sent')
|
||||
newMessage = false;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user