summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/play.js b/play.js
index 3bc336f..5b97210 100644
--- a/play.js
+++ b/play.js
@@ -881,6 +881,7 @@ 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])