From 2ca551f185873b55e72224c209954ada70e3e303 Mon Sep 17 00:00:00 2001 From: iqeq1945 Date: Mon, 25 Nov 2024 16:30:10 +0900 Subject: [PATCH] delete : console.log --- src/socket/socket.gateway.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/socket/socket.gateway.ts b/src/socket/socket.gateway.ts index 341e269..5940f93 100644 --- a/src/socket/socket.gateway.ts +++ b/src/socket/socket.gateway.ts @@ -412,7 +412,6 @@ export class SocketGateway // Emoticon @SubscribeMessage('emoticon') handleEmoticon(@MessageBody() data: Emoticon) { - console.log('emoticon'); this.server.to(data.roomId).emit('emoticon', data); }