Octree tweakage.

This commit is contained in:
Shyotl
2012-01-29 01:27:40 -06:00
parent 6c921ba340
commit 32c6365bf9
2 changed files with 19 additions and 8 deletions

View File

@@ -162,7 +162,6 @@ void LLMemory::logMemoryInfo(BOOL update)
if(update)
{
updateMemoryInfo() ;
LLPrivateMemoryPoolManager::getInstance()->updateStatistics() ;
}
llinfos << "Current allocated physical memory(KB): " << sAllocatedMemInKB << llendl ;