Skip to content

Commit 6e7d2d1

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

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
@@ -35,7 +35,6 @@ export class WssGateway implements OnGatewayConnection, OnGatewayDisconnect {
3535
constructor(private readonly logService: LogService) {}
3636

3737
private getClientQuery(client: io.Socket): { [key: string]: string } {
38-
console.log('ASDASDASD');
3938
return client.handshake.query as { [key: string]: string };
4039
}
4140

0 commit comments

Comments
 (0)