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); }