Remove println

This commit is contained in:
Miek Gieben 2012-01-15 17:18:44 +01:00
parent 06fdc07772
commit b4bf6278de
1 changed files with 1 additions and 1 deletions

2
msg.go
View File

@ -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
}