fix: remove event logging

This commit is contained in:
Steve Korshakov 2025-08-19 14:39:58 -07:00
parent 732697a402
commit 62ac1e4132

View File

@ -248,7 +248,6 @@ export class EventRouter {
continue;
}
log({ module: 'websocket' }, `Sending ${params.eventName} to ${connection.connectionType} connection ${connection.socket.id}`);
connection.socket.emit(params.eventName, params.payload);
}
}