diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-10-21 21:22:39 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-10-21 21:22:39 +0300 |
commit | 98e70bdf9e9ae14a45d1a99f4ba3e71aaeb34f46 (patch) | |
tree | ef021d9072f062483d2c7beacbfad2fe08859d15 /indra | |
parent | 6ea01a8c4a0c8fd523c2f1dddb23659006ee042b (diff) |
SL-10908 Cleanup, Removed obsolete logging
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llstartup.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 5f235c05a6..3771797929 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -352,13 +352,6 @@ bool idle_startup() gIdleCallbacks.callFunctions(); gViewerWindow->updateUI(); - // There is a crash on updateClass, this is an attempt to get more information - if (LLMortician::graveyardCount()) - { - std::stringstream log_stream; - LLMortician::logClass(log_stream); - LL_INFOS() << log_stream.str() << LL_ENDL; - } LLMortician::updateClass(); const std::string delims (" "); |