Skip to content

Commit

Permalink
Remove console logging page changes
Browse files Browse the repository at this point in the history
Included it for debugging, forgot to remove it when I pushed V1.4.5, woops
  • Loading branch information
Bergbok committed Mar 18, 2024
1 parent b655052 commit f22db66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CustomApps/playlist-tags/src/extensions/extension.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ function registerFolderContextMenuItem() {
}

Spicetify.Platform.History.listen((location: Location) => {
console.log(location.pathname);
handlePageChange(location);
});
})();

0 comments on commit f22db66

Please sign in to comment.