Skip to content

Commit

Permalink
chore: erase console log
Browse files Browse the repository at this point in the history
  • Loading branch information
cjho0316 committed Dec 21, 2023
1 parent 35506f9 commit fe25b07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/game/game.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ export class GameService {
gameQueue.push(user);

if (gameQueue.length >= 2) {
console.log(gameQueue);
let player1 = gameQueue.shift();
let player2 = gameQueue.shift();

Expand Down

0 comments on commit fe25b07

Please sign in to comment.