diff --git a/libs/template/renderer.go b/libs/template/renderer.go index 853e3505bd..8502a92889 100644 --- a/libs/template/renderer.go +++ b/libs/template/renderer.go @@ -184,7 +184,6 @@ func (r *renderer) computeFile(relPathTemplate string) (*inMemoryFile, error) { }, nil } - // This function walks the template file tree to generate an in memory representation // of a project. //