Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri committed Dec 21, 2024
1 parent 39b8c75 commit 01f5cc5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jsHelper/spicetifyWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -1907,8 +1907,6 @@ Spicetify._renderNavLinks = (list, isTouchScreenUi) => {
const [refreshCount, refresh] = Spicetify.React.useReducer((x) => x + 1, 0);
refreshNavLinks = refresh;

console.log(Spicetify.ReactComponent.ScrollableContainer);

if (
!Spicetify.ReactComponent.ButtonTertiary ||
!Spicetify.ReactComponent.Navigation ||
Expand Down

0 comments on commit 01f5cc5

Please sign in to comment.