summaryrefslogtreecommitdiff
path: root/paste/exceptions
diff options
context:
space:
mode:
authorianb <devnull@localhost>2009-06-09 19:00:52 +0000
committerianb <devnull@localhost>2009-06-09 19:00:52 +0000
commit353e380bca264efa42792832b64d09f43dfa2fb2 (patch)
treee54fef659cef9092abbff59d052e759f68efa9a3 /paste/exceptions
parent1e62b90f2ab0d0f02c1b239371292e3b7dab02df (diff)
downloadpaste-353e380bca264efa42792832b64d09f43dfa2fb2.tar.gz
remove spurious print
Diffstat (limited to 'paste/exceptions')
-rw-r--r--paste/exceptions/reporter.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/paste/exceptions/reporter.py b/paste/exceptions/reporter.py
index d4caf74..95e31ba 100644
--- a/paste/exceptions/reporter.py
+++ b/paste/exceptions/reporter.py
@@ -129,7 +129,6 @@ class FileReporter(Reporter):
def report(self, exc_data):
text = self.format_text(
exc_data, show_hidden_frames=self.show_hidden_frames)
- print text
self.file.write(text + '\n' + '-'*60 + '\n')
class WSGIAppReporter(Reporter):