aboutsummaryrefslogtreecommitdiffstats
path: root/core/qthelper.cpp
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2016-12-13 09:35:44 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-12-26 13:09:05 -0800
commit3e4ea9e08454c4e2579c99a2e3cab2df40c1038b (patch)
tree18fff43b431fb38491a6b97a1de5252bc4eefcb6 /core/qthelper.cpp
parent41d7942f631f1da4720fdd376bdb7a10ff27c698 (diff)
downloadsubsurface-3e4ea9e08454c4e2579c99a2e3cab2df40c1038b.tar.gz
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>
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()