mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
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
Block a user