aboutsummaryrefslogtreecommitdiff
path: root/plugin/debug/debug_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/debug/debug_test.go')
-rw-r--r--plugin/debug/debug_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugin/debug/debug_test.go b/plugin/debug/debug_test.go
index a4802fee5..45ea42661 100644
--- a/plugin/debug/debug_test.go
+++ b/plugin/debug/debug_test.go
@@ -1,8 +1,6 @@
package debug
import (
- "io/ioutil"
- "log"
"testing"
"github.com/coredns/coredns/core/dnsserver"
@@ -11,8 +9,6 @@ import (
)
func TestDebug(t *testing.T) {
- log.SetOutput(ioutil.Discard)
-
tests := []struct {
input string
shouldErr bool