summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2019-10-29 20:05:18 +0200
committerAndreyL ProductEngine <alihatskiy@productengine.com>2019-10-29 20:05:18 +0200
commit2d69438ee37a2224698418c2d00b19015b70b2b5 (patch)
tree33dc5a46db102f3fcef0759e161f60b59883b538 /indra/newview/llstartup.cpp
parent63a3d9b4d99d244481dbd33c184d3ff8039ca7ad (diff)
parent7102d79c281157bdb80472f009e2606104e70922 (diff)
Downstream merge from lindenlab/viewer-serval
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r--indra/newview/llstartup.cpp7
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 (" ");