From e2c8c86e2575d4f6d59587d47a2fd6a4fa543370 Mon Sep 17 00:00:00 2001 From: emeric Date: Fri, 26 Jul 2019 19:29:22 +0200 Subject: [PATCH] Removed unused log --- src/ui/explore/Explore.cpp | 2 -- 1 file changed, 2 deletions(-) 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))