clean println

This commit is contained in:
Miek Gieben 2016-03-22 23:33:07 +00:00
parent 58b5e93b8a
commit 503cf5176a
2 changed files with 0 additions and 4 deletions

View file

@ -15,7 +15,6 @@ func (z Zones) Matches(qname string) string {
zone := ""
// TODO(miek): use IsSubDomain here?
for _, zname := range z {
println(zname, qname)
if strings.HasSuffix(qname, zname) {
if len(zname) > len(zone) {
zone = zname