diff --git a/pagure/api/issue.py b/pagure/api/issue.py index 38f8198..3333e4e 100644 --- a/pagure/api/issue.py +++ b/pagure/api/issue.py @@ -1210,15 +1210,6 @@ def api_update_custom_field( SESSION.rollback() raise pagure.exceptions.APIError(400, error_code=APIERROR.EDBERROR) - if message: - pagure.lib.add_metadata_update_notif( - session=SESSION, - issue=issue, - messages=message, - user=flask.g.fas_user.username, - ticketfolder=APP.config['TICKETS_FOLDER'] - ) - jsonout = flask.jsonify(output) return jsonout