Skip to content

Commit

Permalink
fix: Remove unnecessary print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
zerok committed Sep 3, 2024
1 parent 8a8b16c commit 61d97a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/kubernetes/client/diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ type exitError interface {

// DiffServerSide takes the desired state and computes the differences server-side, returning them in `diff(1)` format
func (k Kubectl) DiffServerSide(data manifest.List) (*string, error) {
fmt.Println(data)
return k.diff(data, true)
}

Expand Down

0 comments on commit 61d97a3

Please sign in to comment.