Skip to content

Commit

Permalink
clean up logging
Browse files Browse the repository at this point in the history
  • Loading branch information
SallyMcGrath committed Dec 15, 2023
1 parent 5c00f16 commit f0c63fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assets/scripts/solo-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit f0c63fd

Please sign in to comment.