summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");