From 500340bdde00c5e0e08d77b7b2f7b652dbbe3633 Mon Sep 17 00:00:00 2001 From: Tobias Schmidt Date: Fri, 16 Oct 2015 15:24:04 -0400 Subject: [PATCH] Remove logging in IPVS tests --- collector/ipvs_test.go | 1 - 1 file changed, 1 deletion(-) 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