Commit 31e57d89 authored by Justin Scott's avatar Justin Scott

Remove commented code

parent 3bf143f0
......@@ -360,9 +360,6 @@ func processImportValues(c *chart.Chart, v *chart.Config) error {
"child": "exports." + iv,
"parent": ".",
}
/*nm := make(map[string]string)
nm["child"] = "exports." + iv
nm["parent"] = "."*/
outiv = append(outiv, nm)
s := r.Name + "." + nm["child"]
vm, err := cvals.Table(s)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment