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