Skip to content

Commit

Permalink
chore: remove debug line from template
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvc committed Jul 17, 2023
1 parent b93d09c commit 6f4420e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/template/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ func Run(cfg *config.Config) {
log.Debug("Loaded input template", "tpl", input)

env := loadEnvironment(cfg)
log.Debug("Loaded environment", "env", env)

t := template.New("input")
tpl := template.Must(t.Funcs(sprig.TxtFuncMap()).Funcs(tpl.IncludeFunc(t)).Parse(input))
Expand Down

0 comments on commit 6f4420e

Please sign in to comment.