Removed duplicate check introduced in the last change

This commit is contained in:
Latif Khalifa
2014-03-28 16:42:27 +01:00
parent ba0fd794d7
commit e70342b356

View File

@@ -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