Commit 23ce6142 authored by Matt Butcher's avatar Matt Butcher

fix(chartutil): remove a wayward println

parent 0acbcdd5
......@@ -185,7 +185,6 @@ func LoadDir(dir string) (*chart.Chart, error) {
rules := ignore.Empty()
ifile := filepath.Join(topdir, ignore.HelmIgnore)
fmt.Println(ifile)
if _, err := os.Stat(ifile); err == nil {
r, err := ignore.ParseFile(ifile)
if err != nil {
......
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