Remove debugging logs

This commit is contained in:
yflory 2021-03-31 12:27:20 +02:00
parent f7a98cc927
commit 0d079e0082
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}));