Skip to content

Commit

Permalink
Remove puts statement (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
phylor authored Mar 5, 2023
1 parent 7fe9179 commit 36b1e0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cancan/conditions_matcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def matches_all_conditions?(adapter, subject, conditions)
elsif conditions.respond_to?(:include?)
conditions.include?(subject)
else
puts "does #{subject} match #{conditions}?"
subject == conditions
end
end
Expand Down

0 comments on commit 36b1e0f

Please sign in to comment.