aboutsummaryrefslogtreecommitdiff
path: root/middleware/whoami/whoami_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/whoami/whoami_test.go')
-rw-r--r--middleware/whoami/whoami_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/middleware/whoami/whoami_test.go b/middleware/whoami/whoami_test.go
index a143185ef..f5376bde1 100644
--- a/middleware/whoami/whoami_test.go
+++ b/middleware/whoami/whoami_test.go
@@ -42,8 +42,6 @@ func TestWhoami(t *testing.T) {
rec := dnsrecorder.New(&test.ResponseWriter{})
code, err := wh.ServeDNS(ctx, rec, req)
- t.Logf("%s\n", rec.Msg)
-
if err != tc.expectedErr {
t.Errorf("Test %d: Expected error %v, but got %v", i, tc.expectedErr, err)
}