mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 0 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue