From 470f31db6efe79831c935ef07d83d7d53712fc09 Mon Sep 17 00:00:00 2001 From: jamesread Date: Thu, 27 Nov 2025 00:41:53 +0000 Subject: [PATCH] chore: Remove unecessary OAauth2 log --- service/internal/auth/otoauth2/restapi_auth_oauth2.go | 1 - 1 file changed, 1 deletion(-) diff --git a/service/internal/auth/otoauth2/restapi_auth_oauth2.go b/service/internal/auth/otoauth2/restapi_auth_oauth2.go index 61037b6..e39c64f 100644 --- a/service/internal/auth/otoauth2/restapi_auth_oauth2.go +++ b/service/internal/auth/otoauth2/restapi_auth_oauth2.go @@ -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 }