summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Hooks/abrt_exception_handler.py.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Hooks/abrt_exception_handler.py.in b/src/Hooks/abrt_exception_handler.py.in
index b9e589c..4643db6 100644
--- a/src/Hooks/abrt_exception_handler.py.in
+++ b/src/Hooks/abrt_exception_handler.py.in
@@ -247,7 +247,6 @@ def handleMyException((etype, value, tb)):
pass
# add coredump saving
- print text
write_dump(os.getpid(), tb_uuid, text)
sys.exit(__EXITCODE)