diff --git a/acceptance/framework/helpers/helpers.go b/acceptance/framework/helpers/helpers.go index 787058c3c1..3d03da206b 100644 --- a/acceptance/framework/helpers/helpers.go +++ b/acceptance/framework/helpers/helpers.go @@ -199,7 +199,6 @@ type Command struct { func RunCommand(t testutil.TestingTB, options *k8s.KubectlOptions, command Command) (string, error) { t.Helper() - fmt.Printf("executing command: %s %s\n", command.Command, command.Args) cmd, err := exec.Command(command.Command, command.Args...).CombinedOutput() // Check and remove finalizers in crds in the namespace