From: Matt Joiner Date: Mon, 11 Jul 2016 05:03:29 +0000 (+1000) Subject: Remove unnecessary log in test X-Git-Tag: v1.0.0~641 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=7f6b9dbf7af2fba2b11475304f2613e4a832a017;p=btrtrc.git Remove unnecessary log in test --- 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()) }