From 23ce6142f973fc0df5abc1900f2274d4390eb591 Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Tue, 21 Jun 2016 16:53:28 -0600 Subject: [PATCH] fix(chartutil): remove a wayward println --- pkg/chartutil/load.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/chartutil/load.go b/pkg/chartutil/load.go index 4da756690..7fa22a6f2 100644 --- a/pkg/chartutil/load.go +++ b/pkg/chartutil/load.go @@ -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 {