Merge pull request #112 from yxxhero/remove_unused_comments

remove unused comments
This commit is contained in:
Quan TRAN 2022-05-30 23:12:19 +02:00 committed by GitHub
commit a92c574a98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}