diff --git a/app/controllers/concerns/authentication.rb b/app/controllers/concerns/authentication.rb index 4ffca9cb0..23f82dbd2 100644 --- a/app/controllers/concerns/authentication.rb +++ b/app/controllers/concerns/authentication.rb @@ -81,8 +81,6 @@ module Authentication end def set_current_session(session) - # TODO: Release structured logging or look for alternative - logger.try :struct, " Authorized Identity##{session.identity.id}", authentication: { identity: { id: session.identity.id } } Current.session = session cookies.signed.permanent[:session_token] = { value: session.signed_id, httponly: true, same_site: :lax } end