Skip to content

Commit 34ee765

Browse files
author
Richard Jones
committed
merge from maint-0-8
1 parent 2a85e50 commit 34ee765

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
@@ -30,6 +30,7 @@ Fixed:
3030
- discard, don't bounce messages to the mailgw when the messages's sender
3131
is invalid (ie. when we try to bounce, we get a 550 "unknown user
3232
account" response from the SMTP server) (sf bug 1190906)
33+
- removed debugging code from cgi/actions.py
3334

3435

3536
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.47 2005-04-07 06:19:12 a1s Exp $
1+
#$Id: actions.py,v 1.48 2005-07-07 06:46:09 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)