mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-01 10:06:43 +01:00
Remove debug line
This commit is contained in:
parent
068939ca0b
commit
2ccf489a83
@ -168,7 +168,6 @@ QString AlbumCoverLoader::CoverFilePath(const Song::Source source, const QString
|
||||
case Song::Source_Stream:
|
||||
case Song::Source_Unknown:
|
||||
filename = Utilities::Sha1CoverHash(artist, album).toHex() + ".jpg";
|
||||
qLog(Debug) << filename << artist << album;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user