# HG changeset patch # User Daniel Dourvaris # Date 2016-07-06 09:31:51 # Node ID 364360c9de8cd055615ef215d74c6667457c7b82 # Parent a86e0931bd914e53f76b639ce0e560b8fffc7b50 events: remove accidental raise diff --git a/rhodecode/controllers/pullrequests.py b/rhodecode/controllers/pullrequests.py --- a/rhodecode/controllers/pullrequests.py +++ b/rhodecode/controllers/pullrequests.py @@ -454,7 +454,6 @@ class PullrequestsController(BaseRepoCon h.flash(_('Successfully opened new pull request'), category='success') except Exception as e: - raise msg = _('Error occurred during sending pull request') log.exception(msg) h.flash(msg, category='error')