From 08bbf7fdd820a37b19e621747cb75a62bbcf2602 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 28 May 2014 18:16:26 -0400 Subject: [PATCH] console.log --- public/src/forum/account/profile.js | 1 - 1 file changed, 1 deletion(-) 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); }