Supp code commentée

This commit is contained in:
admju 2024-09-18 08:41:16 +00:00
parent 741d1a0ffe
commit ebf9d3fc6d

View File

@ -163,11 +163,3 @@ func (this HelmCommand) chartExists(data HelmChart) (bool, error) {
return res != "", nil
}
// func (this HelmChart) GetRessources() (map[string]string, error) {
// hs := HelmStatus{Name: this.Name}
// hs.New(this.Bin)
// data, _ := hs.getRessources()
// return data, nil
// }