From b367009a36ea9797f0b614a1c03d004df1e08a30 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 9 Feb 2025 23:33:46 +0100 Subject: remove stray console.log and fix indentation --- play.js | 1 - 1 file changed, 1 deletion(-) (limited to 'play.js') diff --git a/play.js b/play.js index b5f9855..c5daa5a 100644 --- a/play.js +++ b/play.js @@ -850,7 +850,6 @@ function on_update() { ui.removed.appendChild(ui.cards[c]) ui.persistent.replaceChildren() - console.log('view.persistent_events', view.persistent_events) for (let c of view.persistent_events) { if (c < 111) ui.persistent.appendChild(ui.cards[c]) -- cgit v1.2.3