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:
parent
41d7942f63
commit
3e4ea9e084
@ -1033,13 +1033,6 @@ void read_hashes()
|
|||||||
if (iter.value().isEmpty())
|
if (iter.value().isEmpty())
|
||||||
iter.remove();
|
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()
|
void write_hashes()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user