From 2dc8cad7c5b710bcdc8a54ea9d93488d8523ba40 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Fri, 24 Jul 2020 15:26:25 -0500 Subject: [PATCH] remove stray debugs --- pkg/cmd/repo/create/create_test.go | 2 -- 1 file changed, 2 deletions(-) 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