Commit 303aa3a9 authored by Sean Arnold's avatar Sean Arnold

Remove call to super in JiraService

parent d7dd2618
......@@ -439,8 +439,6 @@ class JiraService < IssueTrackerService
s_("JiraService|Jira comments will be created when an issue gets referenced in a merge request.")
when "commit", "commit_events"
s_("JiraService|Jira comments will be created when an issue gets referenced in a commit.")
else
super
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment