Removed useless debug log
This commit is contained in:
@@ -167,7 +167,6 @@ namespace UserInterface::TrackListHelpers
|
|||||||
const TrackId trackId {track->getId()};
|
const TrackId trackId {track->getId()};
|
||||||
|
|
||||||
const auto artists {track->getArtistIds({TrackArtistLinkType::Artist})};
|
const auto artists {track->getArtistIds({TrackArtistLinkType::Artist})};
|
||||||
LMS_LOG(UI, DEBUG) << "Found " << artists.size() << " artists!";
|
|
||||||
if (!artists.empty())
|
if (!artists.empty())
|
||||||
{
|
{
|
||||||
entry->setCondition("if-has-artists", true);
|
entry->setCondition("if-has-artists", true);
|
||||||
|
|||||||
Reference in New Issue
Block a user