Skip to content

Commit

Permalink
resourceop ou: remove extra logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dschofie committed May 29, 2024
1 parent 4a61e98 commit 142fc1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resourceoperation/organization_unit.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ func CollectOrganizationUnitOps(

added, removed := diffTags(parsedOU)
if len(added) > 0 || len(removed) > 0 {
fmt.Println("adding new", removed, added)
operations = append(operations, NewOrganizationUnitOperation(
orgClient,
consoleUI,
Expand Down Expand Up @@ -221,7 +220,6 @@ func CollectOrganizationUnitOps(

added, removed := diffTags(parsedAcct)
if len(added) > 0 || len(removed) > 0 {
fmt.Println("added, removed ", added, removed)
operations = append(operations, NewAccountOperation(
orgClient,
consoleUI,
Expand Down

0 comments on commit 142fc1d

Please sign in to comment.