net/dns/resolver: remove leftover debug print.

Signed-off-by: David Anderson <danderson@tailscale.com>
crawshaw/localapi404
David Anderson 3 years ago committed by Dave Anderson
parent f007a9dd6b
commit c4530971db

@ -176,7 +176,6 @@ func (f *forwarder) rebindFromNetworkChange() {
}
func (f *forwarder) setRoutes(routes []route) {
fmt.Println(routes)
f.mu.Lock()
f.routes = routes
f.mu.Unlock()

Loading…
Cancel
Save