less logging

This commit is contained in:
Miek Gieben 2012-08-05 21:25:07 +02:00
parent 1282dbaf9a
commit 3aebdca5ff
1 changed files with 0 additions and 3 deletions

View File

@ -49,9 +49,6 @@ func (c *Cache) Find(d *dns.Msg) []byte {
}
return nil
}
if *verbose {
log.Printf("Cache hit for " + toRadixKey(d))
}
return quickCopy(p.Value.(*Packet).d)
}