remove console log

This commit is contained in:
John McLear 2013-03-17 15:17:36 +00:00
parent 693b9b9b94
commit 3e0a80cb74
1 changed files with 0 additions and 1 deletions

View File

@ -614,7 +614,6 @@ var pad = {
},
handleClientMessage: function(msg)
{
console.log("as");
if (msg.type == 'suggestUserName')
{
if (msg.unnamedId == pad.myUserInfo.userId && msg.newName && !pad.myUserInfo.name)