Skip to content

Commit

Permalink
Merge pull request #95 from Wakttu/dev
Browse files Browse the repository at this point in the history
delete : console.log
  • Loading branch information
iqeq1945 authored Nov 25, 2024
2 parents 3978f01 + 2ca551f commit 99e4793
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 99e4793

Please sign in to comment.