Merge pull request #884 from migmartri/remove-output

Removing debugging line
pull/891/head
Matt Butcher 8 years ago committed by GitHub
commit 641bae6d6c

@ -71,7 +71,6 @@ func New() *Engine {
func (e *Engine) Render(chrt *chart.Chart, values chartutil.Values) (map[string]string, error) {
// Render the charts
tmap := allTemplates(chrt, values)
fmt.Printf("%v", tmap)
return e.render(tmap)
}

Loading…
Cancel
Save