From 18681864bffa4e0a7dab02f28683c5a04865d3c3 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Tue, 7 Jan 2025 08:25:24 +0000 Subject: Remove console.logs --- play.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'play.js') diff --git a/play.js b/play.js index f15659e..9fa6e69 100644 --- a/play.js +++ b/play.js @@ -634,7 +634,6 @@ function layout_country(id) { } function layout_score_box(id) { - console.log('ui.score_box[i]', ui.score_box[id]) let country = ui.score_box[id].id.replace(/^box_/,'') let status = check_presence(country) ui.score_box[id].className = 'box' @@ -708,7 +707,6 @@ function check_presence(country) { let total_battlegrounds = battlegrounds(country) let dem_control = dem_battlegrounds === total_battlegrounds && dem_spaces > com_spaces let com_control = com_battlegrounds === total_battlegrounds && com_spaces > dem_spaces - console.log(country, 'dem_battlegrounds', dem_battlegrounds, 'total_battlegrounds', total_battlegrounds, 'dem_spaces', dem_spaces, 'com_spaces', com_spaces) return { dem_spaces: dem_spaces, com_spaces: com_spaces, -- cgit v1.2.3