diff options
Diffstat (limited to 'src/unstable')
-rw-r--r-- | src/unstable/cachebase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unstable/cachebase.h b/src/unstable/cachebase.h index 2e0f24f..4f83fea 100644 --- a/src/unstable/cachebase.h +++ b/src/unstable/cachebase.h | |||
@@ -489,7 +489,7 @@ namespace Bu | |||
489 | else | 489 | else |
490 | { | 490 | { |
491 | pEnt->bDeleted = true; | 491 | pEnt->bDeleted = true; |
492 | Bu::println("Deleted item, ref count = %1").arg( pEnt->iRefCount ); | 492 | // Bu::println("Deleted item, ref count = %1").arg( pEnt->iRefCount ); |
493 | pEnt->mEntry.unlock(); | 493 | pEnt->mEntry.unlock(); |
494 | } | 494 | } |
495 | hCacheEntry.erase( key ); | 495 | hCacheEntry.erase( key ); |