diff --git a/pkg/cmd/repo/create/create_test.go b/pkg/cmd/repo/create/create_test.go index 674f28437..6bb47932a 100644 --- a/pkg/cmd/repo/create/create_test.go +++ b/pkg/cmd/repo/create/create_test.go @@ -31,9 +31,7 @@ func runCommand(httpClient *http.Client, cli string) (*test.CmdOut, error) { }, } - fmt.Printf("DEBUG %#v\n", "HI") cmd := NewCmdCreate(fac, nil) - fmt.Printf("DEBUG %#v\n", "BYE") // TODO STUPID HACK // cobra aggressively adds help to all commands. since we're not running through the root command