diff --git a/public/src/forum/account/profile.js b/public/src/forum/account/profile.js index 47979dc2c5..3c89a5e272 100644 --- a/public/src/forum/account/profile.js +++ b/public/src/forum/account/profile.js @@ -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); }