diff --git a/pkg/app/app.go b/pkg/app/app.go index 7bc3e797..ea960366 100644 --- a/pkg/app/app.go +++ b/pkg/app/app.go @@ -79,9 +79,6 @@ func New(conf ConfigProvider) *App { FileOrDir: conf.FileOrDir(), ValuesFiles: conf.StateValuesFiles(), Set: conf.StateValuesSet(), - //helmExecer: helmexec.New(conf.HelmBinary(), conf.Logger(), conf.KubeContext(), &helmexec.ShellRunner{ - // Logger: conf.Logger(), - //}), }) } diff --git a/pkg/argparser/args.go b/pkg/argparser/args.go index 1ab90b5c..e0990e78 100644 --- a/pkg/argparser/args.go +++ b/pkg/argparser/args.go @@ -13,7 +13,6 @@ type keyVal struct { spaceFlag bool } type argMap struct { - //m map[string]string m map[string][]*keyVal flags []string }