From 41d90bbffe4795dd66f5b0e288df7890900b65e2 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Thu, 28 Nov 2024 18:51:16 +0000 Subject: Tidy up code --- rules.js | 1 - 1 file changed, 1 deletion(-) diff --git a/rules.js b/rules.js index 9c37fae..b71b09e 100644 --- a/rules.js +++ b/rules.js @@ -508,7 +508,6 @@ exports.action = function (state, player, action, arg) { states.place_starting_infl = { inactive: 'place starting SPs.', prompt() { - console.log('game.temp', game.temp, 'game.starting_infl.length', game.starting_infl.length, 'game.available_ops', game.available_ops) if (game.temp === (game.starting_infl.length - 1) && game.available_ops === 0 ) { view.prompt = 'Place starting SPs: done. Start Turn 1.'; gen_action("start"); -- cgit v1.2.3