Removed a debug statement

git-svn-id: https://dev.finn.de/svn/cockpit/trunk@487 7926756e-e54e-46e6-9721-ed318f58905e
pull/6827/head
hjust 15 years ago
parent 17120dcc14
commit 972871b23f
  1. 5
      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

Loading…
Cancel
Save