diff options
Diffstat (limited to 'test/plugin_test.go')
-rw-r--r-- | test/plugin_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/plugin_test.go b/test/plugin_test.go index cf1680d72..4003a958f 100644 --- a/test/plugin_test.go +++ b/test/plugin_test.go @@ -1,8 +1,6 @@ package test import ( - "io/ioutil" - "log" "testing" "github.com/coredns/coredns/plugin/test" @@ -34,7 +32,6 @@ func benchmarkLookupBalanceRewriteCache(b *testing.B) { } defer ex.Stop() - log.SetOutput(ioutil.Discard) c := new(dns.Client) m := new(dns.Msg) m.SetQuestion("example.org.", dns.TypeA) |