Skip to content

Commit

Permalink
Remove debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mociarain committed Jul 18, 2024
1 parent fdf7633 commit 042fc45
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pkg/util/cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,6 @@ func New(log *logrus.Entry, environment env.Core, ci bool) (*Cluster, error) {
return nil, err
}

clientId, _ := os.LookupEnv("AZURE_CLIENT_ID")
log.Infof("AZURE_CLIENT_ID: %s", clientId)

fpClientId, _ := os.LookupEnv("AZURE_FP_CLIENT_ID")
log.Infof("AZURE_FP_CLIENT_ID: %s", fpClientId)

tenantId, _ := os.LookupEnv("AZURE_TENANT_ID")
log.Infof("AZURE_TENANT_ID: %s", tenantId)

subscriptionId, _ := os.LookupEnv("AZURE_SUBSCRIPTION_ID")
log.Infof("AZURE_SUBSCRIPTION_ID: %s", subscriptionId)

spGraphClient, err := environment.Environment().NewGraphServiceClient(spTokenCredential)
if err != nil {
return nil, err
Expand Down

0 comments on commit 042fc45

Please sign in to comment.