Skip to content

Commit

Permalink
Revert "Add logging line to staging to uncover users" (#1386)
Browse files Browse the repository at this point in the history
This reverts commit aa3bdb8.
  • Loading branch information
martikat authored Nov 15, 2024
1 parent aa3bdb8 commit 6d5af1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/users/omniauth_callbacks_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def openid_connect
gov_user = User.find_or_create_from_gov_one(email: email, gov_one_id: gov_one_id)

delete_session_params
Rails.logger.info("Logging in: #{gov_user}")
sign_in_and_redirect gov_user if gov_user
end

Expand Down

0 comments on commit 6d5af1b

Please sign in to comment.