From 7f6b9dbf7af2fba2b11475304f2613e4a832a017 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Mon, 11 Jul 2016 15:03:29 +1000 Subject: [PATCH] Remove unnecessary log in test --- client_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client_test.go b/client_test.go index 6df73c59..014f9a0a 100644 --- a/client_test.go +++ b/client_test.go @@ -943,7 +943,6 @@ func TestClientDynamicListenPortNoProtocols(t *testing.T) { cl, err := NewClient(&cfg) require.NoError(t, err) defer cl.Close() - t.Log(cl.listenAddr) assert.Nil(t, cl.ListenAddr()) } -- 2.48.1