Remove debug fmt.Println breaking kpt Starlark output

This commit is contained in:
Mattias Öhrn
2021-06-16 12:15:59 +02:00
parent d39d7db9ed
commit 0af3a75708

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}