clean println
This commit is contained in:
parent
58b5e93b8a
commit
503cf5176a
2 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue