mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-08 00:22:51 +01:00
console.log
This commit is contained in:
@@ -37,7 +37,6 @@ define(['forum/account/header'], function(header) {
|
||||
|
||||
socket.emit('user.isOnline', theirid, handleUserOnline);
|
||||
|
||||
console.log('test', yourid, theirid);
|
||||
if (yourid !== theirid) {
|
||||
socket.emit('user.increaseViewCount', theirid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user