mirror of https://github.com/xwiki-labs/cryptpad
Remove debugging logs
This commit is contained in:
parent
f7a98cc927
commit
0d079e0082
|
@ -31,7 +31,6 @@ define([
|
|||
cursor: client.cursor
|
||||
};
|
||||
chan.sendMsg(JSON.stringify(data));
|
||||
console.error(data);
|
||||
ctx.emit('MESSAGE', data, chan.clients.filter(function (cl) {
|
||||
return cl !== clientId;
|
||||
}));
|
||||
|
|
Loading…
Reference in New Issue