Skip to content
Snippets Groups Projects
Commit a1888e72 authored by Graham Madarasz's avatar Graham Madarasz
Browse files

BUG-2707 eliminate debug message and memory dump from FrameWatcher, which...

BUG-2707 eliminate debug message and memory dump from FrameWatcher, which appears to be going off on login for some
parent 842a6c6e
No related branches found
No related tags found
No related merge requests found
...@@ -1385,7 +1385,7 @@ class FrameWatcher ...@@ -1385,7 +1385,7 @@ class FrameWatcher
return false; return false;
} }
// Congratulations, we've hit a new low. :-P // Congratulations, we've hit a new low. :-P
#if BUG_2707_A_LOWER_KIND_OF_LOW
LL_INFOS("FrameWatcher") << ' '; LL_INFOS("FrameWatcher") << ' ';
if (! prevSize) if (! prevSize)
{ {
...@@ -1398,6 +1398,7 @@ class FrameWatcher ...@@ -1398,6 +1398,7 @@ class FrameWatcher
} }
LL_CONT << std::fixed << std::setprecision(1) << framerate << '\n' LL_CONT << std::fixed << std::setprecision(1) << framerate << '\n'
<< LLMemoryInfo() << LL_ENDL; << LLMemoryInfo() << LL_ENDL;
#endif
return false; return false;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment