From e70342b3560d26f8bbf7c95b03ef5b19b17fa7cd Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Fri, 28 Mar 2014 16:42:27 +0100 Subject: [PATCH] Removed duplicate check introduced in the last change --- indra/newview/llcrashlogger.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/indra/newview/llcrashlogger.cpp b/indra/newview/llcrashlogger.cpp index 7a3d7c8af..cf06a402d 100644 --- a/indra/newview/llcrashlogger.cpp +++ b/indra/newview/llcrashlogger.cpp @@ -396,8 +396,6 @@ void LLCrashLogger::checkCrashDump() if (pref == 2) return; //never send mCrashHost = gSavedSettings.getString("CrashHostUrl"); - // Don't send if there's no crash host. :O - if (mCrashHost.empty()) return; std::string dumpDir = gDirUtilp->getExpandedFilename(LL_PATH_LOGS, "") + "singularity-debug"; // Do we have something to send, and somewhere to send it