Skip to content

Commit

Permalink
Remove puts
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuchal authored Dec 11, 2023
1 parent 9dbb4c2 commit 9872233
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/controllers/admin/tags_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ def edit
end

def create
puts Current.user.inspect
puts Current.user.user_group.inspect
@tag = SimpleTag.new(simple_tag_params.merge(simple_tag_creation_params))
authorize(@tag, policy_class: Admin::TagPolicy)

Expand Down

0 comments on commit 9872233

Please sign in to comment.