From 489e72b17a95701cd0cfbd6c4ace8dc618a15b58 Mon Sep 17 00:00:00 2001 From: Daniel Ponte Date: Fri, 1 Nov 2024 08:27:24 -0400 Subject: [PATCH] Remove message --- pkg/gordio/auth/jwt.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/gordio/auth/jwt.go b/pkg/gordio/auth/jwt.go index 74c0ee4..1297ba7 100644 --- a/pkg/gordio/auth/jwt.go +++ b/pkg/gordio/auth/jwt.go @@ -151,7 +151,6 @@ func (a *Auth) routeRefresh(w http.ResponseWriter, r *http.Request) { if a.allowInsecureCookie(r) { cookie.Secure = false cookie.SameSite = http.SameSiteLaxMode - log.Debug().Msg("same site none") } if cookie.Secure {