Skip to content

Commit

Permalink
fix: remove debug log
Browse files Browse the repository at this point in the history
Signed-off-by: hbc <bcxxxxxx@gmail.com>
  • Loading branch information
bcho committed Sep 20, 2023
1 parent c236249 commit cee2171
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion auth/providers/azure/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ func getOIDCIssuerProvider(issuerURL string, issuerGetRetryCount int) (*oidc.Pro
// NOTE: we start a root context here to allow background remote key set refresh
ctx := context.Background()
ctx = withRetryableHttpClient(ctx, issuerGetRetryCount)
fmt.Println(issuerURL)
provider, err := oidc.NewProvider(ctx, issuerURL)
if err != nil {
// failed in this attempt, let other attempts retry
Expand Down

0 comments on commit cee2171

Please sign in to comment.