Skip to content

Commit

Permalink
PMM-13057 Remove print.
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriCtvrtka committed Oct 10, 2024
1 parent 85b0b9a commit a23b179
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions managed/services/telemetry/telemetry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ package telemetry

import (
"context"
"fmt"
"io/fs"
"os"
"testing"
Expand Down Expand Up @@ -310,7 +309,6 @@ func valueIsInArray(items []*reporter.GenericReport_Metric, value string) bool {
}

func matchExpectedReport(report *reporter.ReportRequest, expectedReport *reporter.ReportRequest) bool {
fmt.Println(expectedReport)
return len(report.Reports) == 1 && valueIsInArray(expectedReport.Reports[0].Metrics, "AMI")
}

Expand Down

0 comments on commit a23b179

Please sign in to comment.