net/dns/resolver: drop dropping log

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
This commit is contained in:
David Crawshaw 2021-10-14 12:32:58 -07:00 committed by Brad Fitzpatrick
parent 7742caef0a
commit 77696579f5
1 changed files with 0 additions and 1 deletions

View File

@ -538,7 +538,6 @@ func (f *forwarder) forward(query packet) error {
// when browsing for LAN devices. But even when filtering this
// out, playing on Sonos still works.
if hasRDNSBonjourPrefix(domain) {
f.logf("[v1] dropping %q", domain)
return nil
}