From cf365a9e2ae11dcf29c8a34d855f90ae48155199 Mon Sep 17 00:00:00 2001 From: yukirij Date: Fri, 4 Oct 2024 20:24:36 -0700 Subject: [PATCH] Fix naming of promote image; remove console log. --- www/asset/{promote.svg => Promote.svg} | 0 www/js/game.js | 2 -- 2 files changed, 2 deletions(-) rename www/asset/{promote.svg => Promote.svg} (100%) diff --git a/www/asset/promote.svg b/www/asset/Promote.svg similarity index 100% rename from www/asset/promote.svg rename to www/asset/Promote.svg diff --git a/www/js/game.js b/www/js/game.js index c16c58a..fec30fa 100644 --- a/www/js/game.js +++ b/www/js/game.js @@ -334,8 +334,6 @@ GAME.Game = class { } } - console.log(moves); - if(moves == 0) { this.state.code = GAME.Const.State.Checkmate; } } }