fix: remove event logging
This commit is contained in:
parent
732697a402
commit
62ac1e4132
@ -248,7 +248,6 @@ export class EventRouter {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
log({ module: 'websocket' }, `Sending ${params.eventName} to ${connection.connectionType} connection ${connection.socket.id}`);
|
|
||||||
connection.socket.emit(params.eventName, params.payload);
|
connection.socket.emit(params.eventName, params.payload);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user