diff options
-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]) |