diff --git a/src/entities/player.js b/src/entities/player.js index 53e45cb..763baea 100644 --- a/src/entities/player.js +++ b/src/entities/player.js @@ -149,7 +149,6 @@ class Player { // Handle faceoff positioning if (gameState.faceoff && gameState.faceoff.isActive) { - console.log(`Player ${this.name} (${this.role}) in faceoff mode, phase: ${gameState.faceoff.phase}`); this.handleFaceoffPositioning(gameState, players); return; }