mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +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) {
|
func (f *forwarder) setRoutes(routes []route) {
|
||||||
fmt.Println(routes)
|
|
||||||
f.mu.Lock()
|
f.mu.Lock()
|
||||||
f.routes = routes
|
f.routes = routes
|
||||||
f.mu.Unlock()
|
f.mu.Unlock()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user