mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
cruft: Remove unecessary consolelogs (#4141)
This commit is contained in:
parent
bbee833b89
commit
b7dff552f0
10 changed files with 0 additions and 28 deletions
|
@ -278,9 +278,6 @@ function handshake()
|
|||
//if we haven't recieved the clientVars yet, then this message should it be
|
||||
else if (!receivedClientVars && obj.type == "CLIENT_VARS")
|
||||
{
|
||||
//log the message
|
||||
if (window.console) console.log(obj);
|
||||
|
||||
receivedClientVars = true;
|
||||
|
||||
//set some client vars
|
||||
|
@ -353,8 +350,6 @@ function handshake()
|
|||
//this message advices the client to disconnect
|
||||
if (obj.disconnect)
|
||||
{
|
||||
console.warn("FORCED TO DISCONNECT");
|
||||
console.warn(obj);
|
||||
padconnectionstatus.disconnected(obj.disconnect);
|
||||
socket.disconnect();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue