Skip to content

Commit

Permalink
Merge pull request #139 from redpanda-data/remove-println
Browse files Browse the repository at this point in the history
Remove unwanted and unloved println
  • Loading branch information
Jeffail authored Nov 25, 2024
2 parents 15be865 + 9a2a344 commit dad7037
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 @@ -37,7 +37,6 @@ func InitTemplates(env *bundle.Environment, bloblEnv *bloblang.Environment, temp
return nil, fmt.Errorf("template %v: %w", tPath, err)
}

fmt.Println("Registering " + tmpl.spec.Name)
if err := registerTemplate(env, tmpl); err != nil {
return nil, fmt.Errorf("template %v: %w", tPath, err)
}
Expand Down

0 comments on commit dad7037

Please sign in to comment.