summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2019-10-29 20:09:25 +0200
committerAndreyL ProductEngine <alihatskiy@productengine.com>2019-10-29 20:09:25 +0200
commit91c311dd7beb8d723a00efac8e61019eeb8af17b (patch)
tree840135cb5d30b2db2d1055ea9b698e98ede50ebc /indra/newview/llstartup.cpp
parent0efd2dbede6419af13fec810db6150b261e8bf74 (diff)
parent2d69438ee37a2224698418c2d00b19015b70b2b5 (diff)
Downstream merge from lindenlab/viewer-lynx
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 (" ");