diff roundup/mailgw.py @ 4101:0388a5926974

remove debugging raise, thanks alex
author Richard Jones <richard@users.sourceforge.net>
date Fri, 13 Mar 2009 00:11:58 +0000
parents 1ebab2e397d0
children 61cf00ca920a 4498f5252f8b
line wrap: on
line diff
--- a/roundup/mailgw.py	Thu Mar 12 18:43:04 2009 +0000
+++ b/roundup/mailgw.py	Fri Mar 13 00:11:58 2009 +0000
@@ -1370,7 +1370,6 @@
             else:
                 nodeid = cl.create(**props)
         except (TypeError, IndexError, ValueError, exceptions.Reject), message:
-            raise
             raise MailUsageError, _("""
 There was a problem with the message you sent:
    %(message)s

Roundup Issue Tracker: http://roundup-tracker.org/