Skip to content

Commit dd4e617

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 19d2420 commit dd4e617

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wss/wss.adapter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export class CustomRedisIoAdapter extends IoAdapter {
2424
}
2525

2626
public createIOServer(port: number, options?: ServerOptions): Server {
27-
//console.log('wut the fuck');
2827
const server = super.createIOServer(port, {
2928
...options,
3029
cors: cors_options_delegate,

0 commit comments

Comments
 (0)