FolderMan: Removed too explicit logging that scares users.

This commit is contained in:
Klaas Freitag 2015-01-15 17:51:08 +01:00
parent 22ad34fa0e
commit 506360716a

View file

@ -698,7 +698,7 @@ Folder *FolderMan::folderForPath(const QString &path)
return folder;
}
}
qDebug() << "ERROR: could not find folder for " << absolutePath;
return 0;
}