From b4bf6278de5845622337710bc4f04cfd3924adc1 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sun, 15 Jan 2012 17:18:44 +0100 Subject: [PATCH] Remove println --- msg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msg.go b/msg.go index ff351917..11283bd1 100644 --- a/msg.go +++ b/msg.go @@ -648,7 +648,7 @@ func unpackStructValue(val reflect.Value, msg []byte, off int) (off1 int, ok boo break } if length > 32 { - println("dns: overflow unpacking NSEC") + //println("dns: overflow unpacking NSEC") // Funny, this happens, but isn't an error. TODO(mg) break }