From a6444c0637b2ba63d6f22c66d8ed9dcdbb50b47b Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 15 Nov 2022 18:20:15 +0100 Subject: Remove stray debugging lines. --- play.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'play.js') diff --git a/play.js b/play.js index 388984d..9dad9ff 100644 --- a/play.js +++ b/play.js @@ -276,7 +276,6 @@ function is_month_hex(hex) { function focus_stack(stack, hex) { if (ui.focus !== stack) { - console.log("FOCUS STACK", stack, hex) ui.focus = stack update_map() return stack.length <= 1 || is_setup_hex(hex) @@ -286,7 +285,6 @@ function focus_stack(stack, hex) { function blur_stack() { if (ui.focus !== null) { - console.log("BLUR STACK") ui.focus = null update_map() } @@ -1086,7 +1084,6 @@ function on_focus_hex_tip(x) { } function on_click_hex_tip(x) { - console.log(ui.hexes[x]) ui.hexes[x].scrollIntoView({ block:"center", inline:"center", behavior:"smooth" }) } -- cgit v1.2.3