diff --git a/src/ui/explore/Explore.cpp b/src/ui/explore/Explore.cpp index c73b7515..3c4d0d8b 100644 --- a/src/ui/explore/Explore.cpp +++ b/src/ui/explore/Explore.cpp @@ -98,8 +98,6 @@ handleInfoPathChange(Wt::WStackedWidget* stack) { "/tracks", IdxTracks }, }; - LMS_LOG(UI, DEBUG) << "Internal path changed to '" << wApp->internalPath() << "'"; - for (auto index : indexes) { if (wApp->internalPathMatches(index.first))