summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Mailx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plugins/Mailx.cpp')
-rw-r--r--lib/Plugins/Mailx.cpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/Plugins/Mailx.cpp b/lib/Plugins/Mailx.cpp
index 7aedcf8d..24cb2e08 100644
--- a/lib/Plugins/Mailx.cpp
+++ b/lib/Plugins/Mailx.cpp
@@ -175,13 +175,7 @@ std::string CMailx::Report(const map_crash_report_t& pCrashReport, const std::st
}
}
}
- {
- map_crash_report_t::const_iterator it;
- for (it = pCrashReport.begin(); it != pCrashReport.end(); it++)
- {
- comm_layer_inner_status(it->first);
- }
- }
+
emailBody << "Duplicity check" << std::endl;
emailBody << "=====" << std::endl << std::endl;
emailBody << UUIDFile.str() << std::endl;
@@ -195,8 +189,6 @@ std::string CMailx::Report(const map_crash_report_t& pCrashReport, const std::st
emailBody << "=====" << std::endl << std::endl;
emailBody << bigTextFiles.str() << std::endl;
-
-
if (pArgs != "")
{
SendEmail(pArgs, emailBody.str(), pCrashReport.find(CD_MWUID)->second[CD_CONTENT]);