diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-10-10 14:18:09 +0200 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-10-10 14:18:09 +0200 |
commit | edf3f459c686bca8c3c074a32c51199261053184 (patch) | |
tree | 7bd8380aeb7d97567e6426ad20b37c079fb97320 | |
parent | 6c75045fcf88418b382b65819bd535fe45b2e31c (diff) | |
download | algeria-edf3f459c686bca8c3c074a32c51199261053184.tar.gz |
remove stray logging
-rw-r--r-- | rules.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2850,7 +2850,6 @@ states.gov_operations = { pass() { log("Government Passes") game.passes += 1 - console.log("PASSES", game.passes) if (game.passes >= 2) { end_operations_phase() } else { |