diff --git a/msg.go b/msg.go index ffb5158c..79c93b52 100644 --- a/msg.go +++ b/msg.go @@ -239,7 +239,7 @@ func PackDomainName(s string, msg []byte, off int, compression map[string]int, c if pointer == -1 && compress { pointer = p // Where to point to nameoffset = offset // Where to point from - println("Compressing:", string(bs[begin:])) +// println("Compressing:", string(bs[begin:])) } } }