Skip to content

Commit a6c892c

Browse files
Update src/wss/wss.gateway.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6e7d2d1 commit a6c892c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wss/wss.gateway.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ export class WssGateway implements OnGatewayConnection, OnGatewayDisconnect {
3939
}
4040

4141
public broadcastAll(event_name: string, message: Record<string, unknown>) {
42-
console.log('sadadsdasdasd');
4342
this.server.emit(event_name, message);
4443
}
4544

0 commit comments

Comments
 (0)