summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llappviewermacosx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llappviewermacosx.cpp b/indra/newview/llappviewermacosx.cpp
index 662164af2d..10d7dc69a4 100644
--- a/indra/newview/llappviewermacosx.cpp
+++ b/indra/newview/llappviewermacosx.cpp
@@ -243,11 +243,11 @@ bool LLAppViewerMacOSX::init()
bool success = LLAppViewer::init();
#if LL_SEND_CRASH_REPORTS
- if (success)
+ /*if (success)
{
LLAppViewer* pApp = LLAppViewer::instance();
pApp->initCrashReporting();
- }
+ }*/
#endif
return success;