Fix naming of promote image; remove console log.

This commit is contained in:
yukirij 2024-10-04 20:24:36 -07:00
parent 0726436439
commit cf365a9e2a
2 changed files with 0 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -334,8 +334,6 @@ GAME.Game = class {
} }
} }
console.log(moves);
if(moves == 0) { this.state.code = GAME.Const.State.Checkmate; } if(moves == 0) { this.state.code = GAME.Const.State.Checkmate; }
} }
} }