Get rid of debug messages

...that managed to sneak in in a previous commit.

Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Robert C. Helling 2016-12-13 09:35:44 +01:00 committed by Dirk Hohndel
parent 41d7942f63
commit 3e4ea9e084

View file

@ -1033,13 +1033,6 @@ void read_hashes()
if (iter.value().isEmpty())
iter.remove();
}
qDebug() << "localFilenameOf empty" << localFilenameOf[""];
QHash<QString, QImage>::const_iterator i = thumbnailCache.constBegin();
while (i != thumbnailCache.constEnd()) {
qDebug() << i.key() << *i;
++i;
}
}
void write_hashes()