mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
remove console log
This commit is contained in:
parent
2e7f1f92a4
commit
5f75d91ec5
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ function init() {
|
||||||
socket.on('message', function(message)
|
socket.on('message', function(message)
|
||||||
{
|
{
|
||||||
if(window.console) console.log(message);
|
if(window.console) console.log(message);
|
||||||
console.log(message);
|
|
||||||
if(message.type == "CLIENT_VARS")
|
if(message.type == "CLIENT_VARS")
|
||||||
{
|
{
|
||||||
handleClientVars(message);
|
handleClientVars(message);
|
||||||
|
|
Loading…
Reference in a new issue