1
0
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:
Gregor Tätzner 2014-02-06 19:27:36 +01:00
parent 7317b6792e
commit 0cab75b28f

View File

@ -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());