Merge pull request #3998 from yhrn/star-fix

Remove debug fmt.Println breaking kpt Starlark output
This commit is contained in:
Kubernetes Prow Robot
2021-06-16 15:53:59 -07:00
committed by GitHub

View File

@@ -496,7 +496,6 @@ func (r *RunFns) ffp(spec runtimeutil.FunctionSpec, api *yaml.RNode, currentUser
}
p = filepath.ToSlash(filepath.Join(r.Path, filepath.Dir(p), spec.Starlark.Path))
}
fmt.Println(p)
sf := &starlark.Filter{Name: spec.Starlark.Name, Path: p, URL: spec.Starlark.URL}