Skip to content

Commit

Permalink
clean log
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Mange <[email protected]>
  • Loading branch information
thibaultmg committed Jul 26, 2024
1 parent be38f06 commit 37c78c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion operators/endpointmetrics/pkg/microshift/microshift.go
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,6 @@ func IsMicroshiftCluster(ctx context.Context, client client.Client) (string, err

func getResource(res []*unstructured.Unstructured, kind, name string) (*unstructured.Unstructured, error) {
for _, r := range res {
fmt.Println("Resource: ", r.GetKind(), r.GetName())
if r.GetKind() == kind && r.GetName() == name {
return r, nil
}
Expand Down

0 comments on commit 37c78c8

Please sign in to comment.