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

fix(chartutil): remove a wayward println
pull/869/head
Matt Butcher 8 years ago committed by GitHub
commit 156be8e736

@ -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 {

Loading…
Cancel
Save