From f0c63fd31c9d2bc440bee54ba691bd072c15922d Mon Sep 17 00:00:00 2001 From: Sally McGrath Date: Fri, 15 Dec 2023 12:32:15 +0000 Subject: [PATCH] clean up logging --- assets/scripts/solo-view.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/assets/scripts/solo-view.js b/assets/scripts/solo-view.js index ad8685630..f47fb3a4a 100644 --- a/assets/scripts/solo-view.js +++ b/assets/scripts/solo-view.js @@ -149,8 +149,6 @@ class SoloView extends HTMLElement { ); }); - console.log(this.state.currentBlockIndex); - // Hide unusable buttons this.state.navButtons.back.style.display = this.state.currentBlockIndex === 0 ? "none" : "inline-flex";