mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 03:25:35 +00:00
net/dns/resolver: remove leftover debug print.
Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
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…
Reference in New Issue
Block a user