summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-12-21 18:19:18 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-12-21 18:19:18 +0000
commitadc3167449b237e0c248366cc9f569d6cd611ca5 (patch)
treec89bc70dffbbdbda49bed925abaa670cbb778deb
parent733650f1c6974a02cb667a6552a7c28ce013bfed (diff)
download1989-dawn-of-freedom-adc3167449b237e0c248366cc9f569d6cd611ca5.tar.gz
Remove debugging
-rw-r--r--play.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/play.js b/play.js
index 5b97210..3bc336f 100644
--- a/play.js
+++ b/play.js
@@ -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])