Skip to content

Commit

Permalink
delete : console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
iqeq1945 committed Nov 25, 2024
1 parent 244aa33 commit 2ca551f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/socket/socket.gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 2ca551f

Please sign in to comment.