Skip to content

Commit

Permalink
remove debug lines
Browse files Browse the repository at this point in the history
Signed-off-by: Ling Samuel (WSL) <[email protected]>
  • Loading branch information
lingsamuel committed Aug 24, 2023
1 parent b435838 commit d308ea3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/pkg/validator/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ func (v *Validator) Validate() []error {
}
err := v.cluster.Service().Validate(context.Background(), service)
if err != nil {
b, _ := yaml.Marshal(service)
color.Red(string(b))
allErr = append(allErr, err)
}
}
Expand Down

0 comments on commit d308ea3

Please sign in to comment.