remove stray debugs
This commit is contained in:
parent
551c3661cb
commit
2dc8cad7c5
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue