Skip to content

Commit

Permalink
Remove the log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lei-tang committed Sep 16, 2021
1 parent a5c0e8f commit fb19d44
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pilot/cmd/pilot-agent/options/security.go
Expand Up @@ -67,9 +67,6 @@ func NewSecurityOptions(proxyConfig *meshconfig.ProxyConfig, stsPort int, tokenM
// tokenManager is gcp token manager when using the default token manager plugin.
tokenManager, err = tokenmanager.CreateTokenManager(tokenManagerPlugin,
tokenmanager.Config{CredFetcher: o.CredFetcher, TrustDomain: o.TrustDomain})
if err != nil {
log.Errorf("failed to create token manager: %v", err)
}
}
o.TokenManager = tokenManager

Expand Down

0 comments on commit fb19d44

Please sign in to comment.