From bd6f12d8e3ffeb8930f537b8bd37d70c4b19e69d Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 13 Mar 2009 00:11:58 +0000 Subject: [PATCH] remove debugging raise, thanks alex git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4193 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/mailgw.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2