Skip to content

Commit

Permalink
[Chore] Console.log 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeMir committed Nov 18, 2021
1 parent 8c31716 commit ca34cf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/sockets/teamBoard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const initTeamBoard = (socket: Socket) => {
dummyPostit[teamId] = [];
}
dummyPostit[teamId].push(newPostit);
console.log(dummyPostit[teamId]);
socket.emit('create new postit', dummyPostit[teamId]);
socket.broadcast.to('board').emit('create new postit', dummyPostit[teamId]);
});
Expand Down

0 comments on commit ca34cf1

Please sign in to comment.