mirror of
https://github.com/helm/helm.git
synced 2026-08-04 15:10:47 +00:00
Removing debugging line
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user