diff --git a/lib/costs_user_patch.rb b/lib/costs_user_patch.rb index 880c2e15f9..3daec0ad1e 100644 --- a/lib/costs_user_patch.rb +++ b/lib/costs_user_patch.rb @@ -76,11 +76,6 @@ module CostsUserPatch self.allowed_for_role(action, project, role, users, options) end - require 'ruby-debug' - if action == :view_issues && self.id == 9 && !Role.non_member.permissions.include?(:view_issues) - debugger - end - options[:for] = self unless options.has_key?(:for) if project