mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-16 19:51:41 +00:00
wgengine/magicsock: remove leftover portmapper debug logging
It's already logged at the right time in logEndpointChange. Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
15b6969a95
commit
c3e5903b91
@ -1015,7 +1015,6 @@ func (c *Conn) determineEndpoints(ctx context.Context) (ipPorts []string, reason
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ext, err := c.portMapper.CreateOrGetMapping(ctx); err == nil {
|
if ext, err := c.portMapper.CreateOrGetMapping(ctx); err == nil {
|
||||||
c.logf("portmapper: using %v", ext)
|
|
||||||
addAddr(ext.String(), "portmap")
|
addAddr(ext.String(), "portmap")
|
||||||
} else if !portmapper.IsNoMappingError(err) {
|
} else if !portmapper.IsNoMappingError(err) {
|
||||||
c.logf("portmapper: %v", err)
|
c.logf("portmapper: %v", err)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user