chore: Remove unecessary OAauth2 log

This commit is contained in:
jamesread 2025-11-27 00:41:53 +00:00
parent 0046ae427d
commit 470f31db6e
1 changed files with 0 additions and 1 deletions

View File

@ -350,7 +350,6 @@ func (h *OAuth2Handler) CheckUserFromOAuth2Cookie(context *authTypes.AuthCheckin
user := &authTypes.AuthenticatedUser{}
if err != nil {
log.Warnf("Failed to read OAuth2 cookie: %v", err)
return nil
}