Skip to content

Commit

Permalink
Remove accidental debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed Oct 2, 2019
1 parent d075575 commit 2e1aa21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def authenticate_user_with_basic_auth!
if !@user
request_http_basic_authentication(realm = ENV['REALM'])
end
puts @user.role_id

@user
end
Expand Down

0 comments on commit 2e1aa21

Please sign in to comment.