Skip to content

Commit 2dc8cad

Browse files
committed
remove stray debugs
1 parent 551c366 commit 2dc8cad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/cmd/repo/create/create_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ func runCommand(httpClient *http.Client, cli string) (*test.CmdOut, error) {
3131
},
3232
}
3333

34-
fmt.Printf("DEBUG %#v\n", "HI")
3534
cmd := NewCmdCreate(fac, nil)
36-
fmt.Printf("DEBUG %#v\n", "BYE")
3735

3836
// TODO STUPID HACK
3937
// cobra aggressively adds help to all commands. since we're not running through the root command

0 commit comments

Comments
 (0)