Remove logging in IPVS tests

This commit is contained in:
Tobias Schmidt 2015-10-16 15:24:04 -04:00
parent 07e4ca8aa7
commit 500340bdde
1 changed files with 0 additions and 1 deletions

View File

@ -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