Removed useless debug log

This commit is contained in:
emeric
2023-11-01 23:56:55 +01:00
parent 414ad1862e
commit 3c9c7c6330
-1
View File
@@ -167,7 +167,6 @@ namespace UserInterface::TrackListHelpers
const TrackId trackId {track->getId()};
const auto artists {track->getArtistIds({TrackArtistLinkType::Artist})};
LMS_LOG(UI, DEBUG) << "Found " << artists.size() << " artists!";
if (!artists.empty())
{
entry->setCondition("if-has-artists", true);