summaryrefslogtreecommitdiffstats
path: root/lib/Plugins
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-08-20 14:35:04 +0200
committerZdenek Prikryl <zprikryl@redhat.com>2009-08-20 14:35:04 +0200
commit7eaf7c42a2dbcb1dfd33ab1a9ee5aabfe57c158c (patch)
tree6368e9794f24c8febabdf960f1fd932f85409cc0 /lib/Plugins
parent22d6f68e1d3ddc01d81b97bf7b71e44a074caa02 (diff)
downloadabrt-7eaf7c42a2dbcb1dfd33ab1a9ee5aabfe57c158c.tar.gz
abrt-7eaf7c42a2dbcb1dfd33ab1a9ee5aabfe57c158c.tar.xz
abrt-7eaf7c42a2dbcb1dfd33ab1a9ee5aabfe57c158c.zip
removed debug prints
Diffstat (limited to 'lib/Plugins')
-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]);