summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/miekg/dns/xfr_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/miekg/dns/xfr_test.go')
-rw-r--r--vendor/github.com/miekg/dns/xfr_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/miekg/dns/xfr_test.go b/vendor/github.com/miekg/dns/xfr_test.go
index a478963a3..e7cc6b2fa 100644
--- a/vendor/github.com/miekg/dns/xfr_test.go
+++ b/vendor/github.com/miekg/dns/xfr_test.go
@@ -39,7 +39,7 @@ func TestAXFR_Miek(t *testing.T) {
break
}
for _, rr := range ex.RR {
- t.Log(rr.String())
+ // Nothing
}
}
}
@@ -90,7 +90,7 @@ func TestAXFR_Miek_Tsig(t *testing.T) {
break
}
for _, rr := range ex.RR {
- t.Log(rr.String())
+ // Nothing
}
}
}