cleanup logs
This commit is contained in:
parent
78ec6844a5
commit
a8eca277e4
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ io.on('connection', socket => {
|
|||
socket.on(
|
||||
'server-broadcast',
|
||||
(roomID: string, encryptedData: ArrayBuffer, iv: Uint8Array) => {
|
||||
serverDebug(`${socket.id} sends update to ${roomID}`);
|
||||
socket.broadcast.to(roomID).emit('client-broadcast', encryptedData, iv);
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue