console.log

v1.18.x
psychobunny 11 years ago
parent 0334a487b5
commit 08bbf7fdd8

@ -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);
}

Loading…
Cancel
Save