Skip to content

Commit b9c6b5a

Browse files
author
Richard Jones
committed
removed debugging code from cgi/actions.py
1 parent bb1501e commit b9c6b5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Fixed:
2323
- discard, don't bounce messages to the mailgw when the messages's sender
2424
is invalid (ie. when we try to bounce, we get a 550 "unknown user
2525
account" response from the SMTP server) (sf bug 1190906)
26+
- removed debugging code from cgi/actions.py
2627

2728

2829
2005-05-02 0.8.3

roundup/cgi/actions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#$Id: actions.py,v 1.40.2.7 2005-04-07 06:20:11 a1s Exp $
1+
#$Id: actions.py,v 1.40.2.8 2005-07-07 06:44:35 richard Exp $
22

33
import re, cgi, StringIO, urllib, Cookie, time, random, csv
44

@@ -543,7 +543,6 @@ def handle(self):
543543
message = self._editnodes(props, links)
544544
except (ValueError, KeyError, IndexError,
545545
roundup.exceptions.Reject), message:
546-
import traceback;traceback.print_exc()
547546
self.client.error_message.append(
548547
self._('Edit Error: %s') % str(message))
549548
return

0 commit comments

Comments
 (0)