Skip to content

Commit

Permalink
remove debug fmt.Println
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <[email protected]>
  • Loading branch information
mblaschke committed Feb 18, 2024
1 parent 23658d0 commit b9a26f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions azuretpl/azure.resourcegraph.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ func (e *AzureTemplateExecutor) azResourceGraphQuery(subscriptionID interface{},
return nil, fmt.Errorf(`invalid subscription ID type, expected string or string array, got "%v"`, v)
}

fmt.Println(subscriptionIdList)

if len(subscriptionIdList) > 1 {
return nil, fmt.Errorf(`{{azResourceGraphQuery}} needs at least one subscription ID`)
}
Expand Down

0 comments on commit b9a26f1

Please sign in to comment.