Skip to content

Commit

Permalink
Remove debug fmt.Println breaking kpt Starlark output
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattias Öhrn committed Jun 16, 2021
1 parent d39d7db commit 0af3a75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kyaml/runfn/runfn.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 0af3a75

Please sign in to comment.