Skip to content

Commit 7262683

Browse files
authored
chore: remove redundant debug logging for metrics response (#2567)
1 parent a47c8c6 commit 7262683

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/e2e/crds/v2/route.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ spec:
171171
Expect(bodyStr).Should(ContainSubstring("apisix_ingress_adc_sync_total"))
172172
Expect(bodyStr).Should(ContainSubstring("apisix_ingress_status_update_queue_length"))
173173
Expect(bodyStr).Should(ContainSubstring("apisix_ingress_file_io_duration_seconds"))
174-
175-
// Log metrics for debugging
176-
fmt.Printf("Metrics endpoint response:\n%s\n", bodyStr)
177174
}
178175
It("Basic", func() {
179176
test(apisixRouteSpec)

0 commit comments

Comments
 (0)