mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +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() {
|
chatModal.on('mousemove keypress click', function() {
|
||||||
if (newMessage) {
|
if (newMessage) {
|
||||||
socket.emit('modules.chats.markRead', touid);
|
socket.emit('modules.chats.markRead', touid);
|
||||||
console.log('sent')
|
|
||||||
newMessage = false;
|
newMessage = false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user