From 29e31d3a47e2a037df9538420bc82c9f6c2a8700 Mon Sep 17 00:00:00 2001 From: pmahindrakar-oss Date: Tue, 12 Nov 2024 16:55:29 -0800 Subject: [PATCH] remove debug logs Signed-off-by: pmahindrakar-oss --- flyteidl/clients/go/admin/auth_interceptor.go | 1 - 1 file changed, 1 deletion(-) diff --git a/flyteidl/clients/go/admin/auth_interceptor.go b/flyteidl/clients/go/admin/auth_interceptor.go index 018ad6f1b2..221dd98e9b 100644 --- a/flyteidl/clients/go/admin/auth_interceptor.go +++ b/flyteidl/clients/go/admin/auth_interceptor.go @@ -221,7 +221,6 @@ func NewAuthInterceptor(cfg *Config, tokenCache cache.TokenCache, credentialsFut } authorizationMetadataKey := oauthMetadataProvider.authorizationMetadataKey tokenSource := oauthMetadataProvider.tokenSource - logger.Debugf(ctx, "authorizationMetadataKey: %s", authorizationMetadataKey) err = func() error { if !tokenCache.TryLock() { tokenCache.CondWait()