diff --git a/src/index.ts b/src/index.ts index c43f702..acd0d95 100644 --- a/src/index.ts +++ b/src/index.ts @@ -96,9 +96,6 @@ export async function initializeGame(playerColor: PieceColor) { replayButton.style.display = 'block'; if (whiteTimer.isRunning) whiteTimer.stop(); if (blackTimer.isRunning) blackTimer.stop(); - - // Appel de la fonction de sauvegarde - game.saveGameToFile(); } function clearMessage() {