diff --git a/collector/ipvs_test.go b/collector/ipvs_test.go index 90287839..aae010fa 100644 --- a/collector/ipvs_test.go +++ b/collector/ipvs_test.go @@ -203,7 +203,6 @@ func TestIPVSCollectorResponse(t *testing.T) { wantLines := strings.Split(string(wantMetrics), "\n") gotLines := strings.Split(string(rw.Body.String()), "\n") gotLinesIdx := 0 - t.Log(gotLines) // Until the Prometheus Go client library offers better testability // (https://github.com/prometheus/client_golang/issues/58), we simply compare