Commit 156be8e7 authored by Matt Butcher's avatar Matt Butcher Committed by GitHub

Merge pull request #862 from technosophos/fix/remove-helmignore-println

fix(chartutil): remove a wayward println
parents 0acbcdd5 23ce6142
......@@ -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