summaryrefslogtreecommitdiffstats
path: root/core/qthelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/qthelper.cpp')
-rw-r--r--core/qthelper.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/qthelper.cpp b/core/qthelper.cpp
index ad1780144..e0a5b1556 100644
--- a/core/qthelper.cpp
+++ b/core/qthelper.cpp
@@ -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()