diff options
Diffstat (limited to 'test/etcd_test.go')
-rw-r--r-- | test/etcd_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/etcd_test.go b/test/etcd_test.go index 2077ca985..134b2e63b 100644 --- a/test/etcd_test.go +++ b/test/etcd_test.go @@ -5,8 +5,6 @@ package test import ( "context" "encoding/json" - "io/ioutil" - "log" "testing" "time" @@ -53,7 +51,6 @@ func TestEtcdStubAndProxyLookup(t *testing.T) { defer ex.Stop() etc := etcdPlugin() - log.SetOutput(ioutil.Discard) var ctx = context.TODO() for _, serv := range servicesStub { // adds example.{net,org} as stubs |