From c861393c12eba4ab6f9c8008b19974850715d0ae Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:37:42 +0200 Subject: remove debug --- rules.js | 1 - 1 file changed, 1 deletion(-) diff --git a/rules.js b/rules.js index 7015613..984c846 100644 --- a/rules.js +++ b/rules.js @@ -3727,7 +3727,6 @@ states.gov_airmobilize_select_units = { inactive: "to Airmobilize", prompt() { let cost = airmobilize_cost(game.selected) - console.log("COST", cost, game.helo_avail) for_each_friendly_unit_on_map(u => { if (can_airmobilize_unit(u) && (set_has(game.selected, u) || (cost + airmobilize_cost([u]) <= game.helo_avail))) -- cgit v1.2.3