net/dns/resolver: remove leftover debug print.

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson 2021-04-02 19:32:55 -07:00 committed by Dave Anderson
parent f007a9dd6b
commit c4530971db

View File

@ -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()