controlclient: remove common log on very quiet nodes

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
This commit is contained in:
David Crawshaw 2020-03-21 07:11:10 +11:00
parent f9cc4e8f53
commit 13eed1e88b

View File

@ -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
}