diff --git a/cmd/root.go b/cmd/root.go index 25619b1..8811f4b 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -16,8 +16,6 @@ limitations under the License. package cmd import ( - "fmt" - "github.com/spf13/cobra" ) @@ -44,7 +42,6 @@ func (r *Setup) setupCobra() { panic(err) } r.RepositoryBranch, err = rootCmd.Flags().GetString("branch") - fmt.Println(">>> branch", r.RepositoryBranch) if err != nil { panic(err) }