1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-02-01 20:06:53 +01:00

Remove debug

This commit is contained in:
John Maguire 2010-08-03 19:08:05 +00:00
parent e67f9a66c8
commit 78371a5d3a

View File

@ -881,7 +881,6 @@ void Playlist::Save() const {
} }
void Playlist::Restore() { void Playlist::Restore() {
qDebug() << Q_FUNC_INFO;
if (!backend_) if (!backend_)
return; return;