summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-11-28 18:51:16 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-11-28 18:51:16 +0000
commit41d90bbffe4795dd66f5b0e288df7890900b65e2 (patch)
treeb44c1468a9561bf87a5188522d2091f1948b77d2
parent7a7496eb4eba70004ad263553865019e197dda80 (diff)
download1989-dawn-of-freedom-41d90bbffe4795dd66f5b0e288df7890900b65e2.tar.gz
Tidy up code
-rw-r--r--rules.js1
1 files changed, 0 insertions, 1 deletions
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");