mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-28 18:40:52 +01:00
removed useless debug log
This commit is contained in:
parent
7317b6792e
commit
0cab75b28f
@ -446,7 +446,6 @@ void LibraryBackend::DeleteSongs(const SongList &songs) {
|
||||
}
|
||||
|
||||
void LibraryBackend::MarkSongsUnavailable(const SongList& songs, bool unavailable) {
|
||||
qLog(Debug) << int(unavailable) << " mark unavailable";
|
||||
QMutexLocker l(db_->Mutex());
|
||||
QSqlDatabase db(db_->Connect());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user