mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Removing debugging line
This commit is contained in:
parent
59806b40a8
commit
2eff17cb6d
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Reference in a new issue