From 7eaf7c42a2dbcb1dfd33ab1a9ee5aabfe57c158c Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Thu, 20 Aug 2009 14:35:04 +0200 Subject: removed debug prints --- lib/Plugins/Mailx.cpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'lib/Plugins/Mailx.cpp') diff --git a/lib/Plugins/Mailx.cpp b/lib/Plugins/Mailx.cpp index 7aedcf8..24cb2e0 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]); -- cgit