Commit 641bae6d authored by Matt Butcher's avatar Matt Butcher Committed by GitHub

Merge pull request #884 from migmartri/remove-output

Removing debugging line
parents a0a0eb6b 2eff17cb
......@@ -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)
}
......
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