Skip to content

Commit

Permalink
remove debug logs
Browse files Browse the repository at this point in the history
Signed-off-by: pmahindrakar-oss <[email protected]>
  • Loading branch information
pmahindrakar-oss committed Nov 13, 2024
1 parent 306a447 commit 29e31d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flyteidl/clients/go/admin/auth_interceptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 29e31d3

Please sign in to comment.