From 1359bbf8c2af25c1017d494f4e723b15b5c73a14 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Thu, 11 Sep 2014 16:55:55 +0200 Subject: [PATCH] (DB_INIT:PLR from 5364 -> 1810 bytes) --HG-- branch : cdb-packed --- code/nel/src/misc/cdb_leaf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/nel/src/misc/cdb_leaf.cpp b/code/nel/src/misc/cdb_leaf.cpp index 89593fc74..79f36e5b0 100644 --- a/code/nel/src/misc/cdb_leaf.cpp +++ b/code/nel/src/misc/cdb_leaf.cpp @@ -131,7 +131,7 @@ inline uint readPackedBitCount(CBitMemStream & f) uint64 nibbleCount; f.serial(nibbleCount, 4); uint bits = (nibbleCount << 2); - nlinfo("PACKED: %u bits", (uint32)(bits)); + // nlinfo("PACKED: %u bits", (uint32)(bits)); return bits; }