BUG-2707 eliminate debug message and memory dump from FrameWatcher, which appears to be going off on login for some

master
Graham Madarasz 2013-06-02 17:08:01 -07:00
parent 842a6c6e46
commit a1888e72fa
1 changed files with 2 additions and 1 deletions

View File

@ -1385,7 +1385,7 @@ public:
return false;
}
// Congratulations, we've hit a new low. :-P
#if BUG_2707_A_LOWER_KIND_OF_LOW
LL_INFOS("FrameWatcher") << ' ';
if (! prevSize)
{
@ -1398,6 +1398,7 @@ public:
}
LL_CONT << std::fixed << std::setprecision(1) << framerate << '\n'
<< LLMemoryInfo() << LL_ENDL;
#endif
return false;
}