Skip to content

Commit

Permalink
[OSD-17502] removed print statment
Browse files Browse the repository at this point in the history
  • Loading branch information
reedcort committed Sep 22, 2023
1 parent 9df2ca2 commit 39daa08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/cluster/transferowner.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ func createSyncSet(syncSetName string, hiveNamespace string, cdName string, kube
},
},
}
fmt.Println("Syncing AWS creds down to cluster.")

err := kubeCli.Create(ctx, syncSet)
if err != nil {
Expand Down

0 comments on commit 39daa08

Please sign in to comment.