diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-21 18:19:18 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-21 18:19:18 +0000 |
commit | adc3167449b237e0c248366cc9f569d6cd611ca5 (patch) | |
tree | c89bc70dffbbdbda49bed925abaa670cbb778deb /play.js | |
parent | 733650f1c6974a02cb667a6552a7c28ce013bfed (diff) | |
download | 1989-dawn-of-freedom-adc3167449b237e0c248366cc9f569d6cd611ca5.tar.gz |
Remove debugging
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -881,7 +881,6 @@ function on_update() { document.getElementById("discard_panel").classList.add("hide") ui.removed.replaceChildren() - console.log('view.strategy_removed', view.strategy_removed) for (let c of view.strategy_removed) ui.removed.appendChild(ui.cards[c]) |