Skip to content

Commit d9f8c13

Browse files
committed
remove stray debug trace
1 parent 411c258 commit d9f8c13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/e2e/epp/e2e_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ func verifyMetrics() {
437437
}
438438
// Check if all expected metrics are present in the metrics output.
439439
for _, metric := range expectedMetrics {
440-
fmt.Printf("Response: %s", resp)
441440
if !strings.Contains(resp, metric) {
442441
return fmt.Errorf("expected metric %s not found in metrics output", metric)
443442
}

0 commit comments

Comments
 (0)