mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
remove console log
This commit is contained in:
parent
693b9b9b94
commit
3e0a80cb74
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue