Jofthomas commited on
Commit
eddea4c
·
1 Parent(s): 98b22f2
Files changed (1) hide show
  1. src/components/Game.tsx +0 -1
src/components/Game.tsx CHANGED
@@ -105,7 +105,6 @@ export default function Game() {
105
  const playerId = [...game.world.players.values()].find(
106
  (p) => !!p && p.human === humanTokenIdentifier,
107
  )?.id;
108
- console.log("playerId",playerId)
109
 
110
  const meDescription = playerId ? game?.playerDescriptions.get(playerId) : undefined;
111
  return (
 
105
  const playerId = [...game.world.players.values()].find(
106
  (p) => !!p && p.human === humanTokenIdentifier,
107
  )?.id;
 
108
 
109
  const meDescription = playerId ? game?.playerDescriptions.get(playerId) : undefined;
110
  return (