Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 14, 2017
1 parent f0cb6eb commit 788bd95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doomsday/sdk/libcore/src/data/archive.cpp
Expand Up @@ -220,7 +220,9 @@ void Archive::uncacheBlock(Path const &path) const
{
if (!entry->data && !entry->dataInArchive) return;

qDebug() << "Archive:" << path << "uncached by archive" << this;
/*qDebug() << "Archive:" << path << "uncached by archive" << this
<< (entry->data? entry->data->size() : 0)
<< (entry->dataInArchive? entry->dataInArchive->size() : 0);*/

if (!entry->maybeChanged)
{
Expand Down

0 comments on commit 788bd95

Please sign in to comment.