From adc3167449b237e0c248366cc9f569d6cd611ca5 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sat, 21 Dec 2024 18:19:18 +0000 Subject: Remove debugging --- play.js | 1 - 1 file changed, 1 deletion(-) (limited to 'play.js') 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]) -- cgit v1.2.3