diff --git a/client/internal/peer/conn.go b/client/internal/peer/conn.go index d56efdecb..4e2ab0043 100644 --- a/client/internal/peer/conn.go +++ b/client/internal/peer/conn.go @@ -379,7 +379,6 @@ func (conn *Conn) onICEConnectionIsReady(priority ConnPriority, iceConnInfo ICEC wgProxy.Work() } - conn.log.Infof("configure WireGuard endpoint to: %s", ep.String()) if err = conn.endpointUpdater.configureWGEndpoint(ep); err != nil { conn.handleConfigurationFailure(err, wgProxy) return