remove unused comments

Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
yxxhero 2022-05-24 18:02:28 +08:00 committed by Quan TRAN
parent f16001e61a
commit 0c57129aab
2 changed files with 0 additions and 4 deletions

View File

@ -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(),
//}),
})
}

View File

@ -13,7 +13,6 @@ type keyVal struct {
spaceFlag bool
}
type argMap struct {
//m map[string]string
m map[string][]*keyVal
flags []string
}