Remove redundant access check for Issues#destroy
We were already calling `authorize_admin_issue!` in a before filter with the same permission checks, so this deleted check wasn't actually doing anything.
Showing
Please register or sign in to comment