Removed unused log
This commit is contained in:
@@ -98,8 +98,6 @@ handleInfoPathChange(Wt::WStackedWidget* stack)
|
|||||||
{ "/tracks", IdxTracks },
|
{ "/tracks", IdxTracks },
|
||||||
};
|
};
|
||||||
|
|
||||||
LMS_LOG(UI, DEBUG) << "Internal path changed to '" << wApp->internalPath() << "'";
|
|
||||||
|
|
||||||
for (auto index : indexes)
|
for (auto index : indexes)
|
||||||
{
|
{
|
||||||
if (wApp->internalPathMatches(index.first))
|
if (wApp->internalPathMatches(index.first))
|
||||||
|
|||||||
Reference in New Issue
Block a user