diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-05-03 18:59:59 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-03 18:59:59 +0200 |
commit | 8dd891c87b54ce3302640f16a6bcc638892300f4 (patch) | |
tree | d4e98e6a22a52881855640872308e4e033747097 | |
parent | ce7d00ad00ec10dbba8faaae8593e2238838a7ed (diff) | |
download | andean-abyss-8dd891c87b54ce3302640f16a6bcc638892300f4.tar.gz |
Don't show DEBUG DECK.
-rw-r--r-- | rules.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -326,8 +326,6 @@ exports.setup = function (seed, scenario, options) { break } - log("DEBUG DECK " + game.deck.join(", ")) - update_control() goto_card() |