controlclient: remove common log on very quiet nodes

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
pull/203/head
David Crawshaw 4 years ago
parent f9cc4e8f53
commit 13eed1e88b

@ -542,7 +542,6 @@ func (c *Direct) PollNetMap(ctx context.Context, maxPolls int, cb func(*NetworkM
return err
}
if resp.KeepAlive {
c.logf("map response keep alive received")
timeoutReset <- struct{}{}
continue
}

Loading…
Cancel
Save