diff options
| author | ianb <devnull@localhost> | 2009-06-09 19:00:52 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2009-06-09 19:00:52 +0000 |
| commit | 353e380bca264efa42792832b64d09f43dfa2fb2 (patch) | |
| tree | e54fef659cef9092abbff59d052e759f68efa9a3 /paste | |
| parent | 1e62b90f2ab0d0f02c1b239371292e3b7dab02df (diff) | |
| download | paste-353e380bca264efa42792832b64d09f43dfa2fb2.tar.gz | |
remove spurious print
Diffstat (limited to 'paste')
| -rw-r--r-- | paste/exceptions/reporter.py | 1 |
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): |
