diff --git a/CustomApps/playlist-tags/src/extensions/extension.tsx b/CustomApps/playlist-tags/src/extensions/extension.tsx index 8954f39..8d78df0 100644 --- a/CustomApps/playlist-tags/src/extensions/extension.tsx +++ b/CustomApps/playlist-tags/src/extensions/extension.tsx @@ -145,7 +145,6 @@ function registerFolderContextMenuItem() { } Spicetify.Platform.History.listen((location: Location) => { - console.log(location.pathname); handlePageChange(location); }); })(); \ No newline at end of file