Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
jarededwards committed Nov 19, 2024
1 parent 71a016c commit 60c8cf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/k8s/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ func (c *Client) ApplyManifests(ctx context.Context, manifests []string) error {
decoderUnstructured := yaml.NewDecodingSerializer(unstructured.UnstructuredJSONScheme)

for _, manifest := range manifests {
fmt.Println(manifest)
var obj unstructured.Unstructured
_, gvk, err := decoderUnstructured.Decode([]byte(manifest), nil, &obj)
if err != nil {
Expand Down

0 comments on commit 60c8cf1

Please sign in to comment.