From 91523132fc4c92b47a3bc890630b3453cf0ee1df Mon Sep 17 00:00:00 2001 From: yukirij Date: Wed, 5 Feb 2025 13:20:28 -0800 Subject: [PATCH] Remove debug print. --- www/js/interface.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/js/interface.js b/www/js/interface.js index 75b618d..a862099 100644 --- a/www/js/interface.js +++ b/www/js/interface.js @@ -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); }