aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Buland <mbuland@penny-arcade.com>2018-07-16 07:07:35 -0700
committerMike Buland <mbuland@penny-arcade.com>2018-07-16 07:07:35 -0700
commit60a2866fa0923d5beb8c85a99d9f925031346c33 (patch)
tree24b45590d8c44757824d37e52d1ae6fce1d2eb94
parent74973a93594e4150a827459708895577a795036b (diff)
downloadlibbu++-60a2866fa0923d5beb8c85a99d9f925031346c33.tar.gz
libbu++-60a2866fa0923d5beb8c85a99d9f925031346c33.tar.bz2
libbu++-60a2866fa0923d5beb8c85a99d9f925031346c33.tar.xz
libbu++-60a2866fa0923d5beb8c85a99d9f925031346c33.zip
Removed a little cache debugging.
-rw-r--r--src/unstable/cachebase.h2
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 );