Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Avelous committed Feb 11, 2024
1 parent 9b57114 commit e8bd171
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/nextjs/pages/game/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ function GamePage() {
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [game]);

console.log(game);

if (game) {
return (
<div>
Expand Down

0 comments on commit e8bd171

Please sign in to comment.