Removing debugging line

This commit is contained in:
Miguel Martinez 2016-06-24 12:11:12 -07:00
parent 59806b40a8
commit 2eff17cb6d

View file

@ -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)
}