summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-10-23 15:29:53 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-10-23 15:29:53 +0200
commit4144647a53c8338da2d958b78fb4b2e6096a3ea2 (patch)
treede039a85255cc7940afd32e409930f7258bbe2a8 /lib
parentf0dcbf1eac8985bf9fe25cd06bd8f477f18a3d12 (diff)
downloadabrt-4144647a53c8338da2d958b78fb4b2e6096a3ea2.tar.gz
abrt-4144647a53c8338da2d958b78fb4b2e6096a3ea2.tar.xz
abrt-4144647a53c8338da2d958b78fb4b2e6096a3ea2.zip
removing forgotted debugging printout
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Plugins/CCpp.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Plugins/CCpp.cpp b/lib/Plugins/CCpp.cpp
index 133811fe..a2cb86eb 100644
--- a/lib/Plugins/CCpp.cpp
+++ b/lib/Plugins/CCpp.cpp
@@ -834,7 +834,6 @@ void CAnalyzerCCpp::CreateReport(const std::string& pDebugDumpDir, int force)
dd.Open(pDebugDumpDir);
dd.SaveText(FILENAME_BACKTRACE, build_ids + backtrace);
-log("BACKTRACE:'%s'", (build_ids + backtrace).c_str());
if (m_bMemoryMap)
{
dd.SaveText(FILENAME_MEMORYMAP, "memory map of the crashed C/C++ application, not implemented yet");