From: richard Date: Fri, 13 Mar 2009 00:11:58 +0000 (+0000) Subject: remove debugging raise, thanks alex X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bd6f12d8e3ffeb8930f537b8bd37d70c4b19e69d;hp=5daadcde2f0cddabafa91f0ddcdb8449b3c24e5f;p=roundup.git remove debugging raise, thanks alex git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4193 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/mailgw.py b/roundup/mailgw.py index b675f8e..a68d92d 100644 --- a/roundup/mailgw.py +++ b/roundup/mailgw.py @@ -1370,7 +1370,6 @@ Mail message was rejected by a detector. 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