mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04: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)
|
handleClientMessage: function(msg)
|
||||||
{
|
{
|
||||||
console.log("as");
|
|
||||||
if (msg.type == 'suggestUserName')
|
if (msg.type == 'suggestUserName')
|
||||||
{
|
{
|
||||||
if (msg.unnamedId == pad.myUserInfo.userId && msg.newName && !pad.myUserInfo.name)
|
if (msg.unnamedId == pad.myUserInfo.userId && msg.newName && !pad.myUserInfo.name)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue