remove stray debugs

This commit is contained in:
vilmibm 2020-07-24 15:26:25 -05:00
parent 551c3661cb
commit 2dc8cad7c5

View file

@ -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