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