Skip to content

Commit

Permalink
Remove development-specific code
Browse files Browse the repository at this point in the history
  • Loading branch information
nanego committed Feb 15, 2024
1 parent fd377f7 commit 68425ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/redmine_organizations/patches/user_patch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ def is_not_admin?
end

def is_admin_or_instance_manager?

puts "self.try(:instance_manager): #{self.try(:instance_manager)}"
puts "admin?: #{admin?}"

admin? || (self.try(:instance_manager) == true)
end

Expand Down

0 comments on commit 68425ab

Please sign in to comment.