Mercurial > p > roundup > code
diff roundup/cgi/actions.py @ 3382:c9d8b1385af7
merge from maint-0-8
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 07 Jul 2005 06:46:09 +0000 |
| parents | 6fc18923f837 |
| children | 9b8019f28158 |
line wrap: on
line diff
--- a/roundup/cgi/actions.py Tue Jul 05 07:31:13 2005 +0000 +++ b/roundup/cgi/actions.py Thu Jul 07 06:46:09 2005 +0000 @@ -1,4 +1,4 @@ -#$Id: actions.py,v 1.47 2005-04-07 06:19:12 a1s Exp $ +#$Id: actions.py,v 1.48 2005-07-07 06:46:09 richard Exp $ import re, cgi, StringIO, urllib, Cookie, time, random, csv @@ -543,7 +543,6 @@ message = self._editnodes(props, links) except (ValueError, KeyError, IndexError, roundup.exceptions.Reject), message: - import traceback;traceback.print_exc() self.client.error_message.append( self._('Edit Error: %s') % str(message)) return
