Remove debug print.
This commit is contained in:
parent
2dc8e60683
commit
91523132fc
@ -813,7 +813,6 @@ const INTERFACE = {
|
||||
}
|
||||
if(piece.promoted) {
|
||||
let promote_color = INTERFACE.Color.Promote;
|
||||
console.log("ic " + is_check);
|
||||
if(is_check) { promote_color = INTERFACE.Color.PromoteDark; }
|
||||
GAME_ASSET.Image.Promote.draw(ctx, 1.5 * gui_scale, [0, 0], promote_color);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user