remove console.log

This commit is contained in:
Pierre Wessman 2025-09-16 19:06:05 +02:00
parent cad05ad895
commit dfc112c516

View File

@ -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;
}