Skip to content

Commit 01f5cc5

Browse files
committed
chore: remove console log
1 parent 39b8c75 commit 01f5cc5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jsHelper/spicetifyWrapper.js

-2
Original file line numberDiff line numberDiff line change
@@ -1907,8 +1907,6 @@ Spicetify._renderNavLinks = (list, isTouchScreenUi) => {
19071907
const [refreshCount, refresh] = Spicetify.React.useReducer((x) => x + 1, 0);
19081908
refreshNavLinks = refresh;
19091909

1910-
console.log(Spicetify.ReactComponent.ScrollableContainer);
1911-
19121910
if (
19131911
!Spicetify.ReactComponent.ButtonTertiary ||
19141912
!Spicetify.ReactComponent.Navigation ||

0 commit comments

Comments
 (0)