Skip to content

Commit

Permalink
Remove println (kubernetes-sigs#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahun authored Oct 24, 2023
1 parent 26633b5 commit 413afa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cluster/internal/validate/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ func validateAzure(spec commons.Spec, providerSecrets map[string]string, cluster
}

regions, err := getAzureRegions(creds, providerSecrets["SubscriptionID"])
fmt.Println(regions)
if err != nil {
return err
}
Expand Down

0 comments on commit 413afa1

Please sign in to comment.