From 2d5b5f59c2f5ec40bf1831016bda7e632525f751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Papp?= Date: Mon, 17 Feb 2025 15:49:04 +0100 Subject: [PATCH] Remove log line --- client/internal/peer/conn.go | 1 - 1 file changed, 1 deletion(-) 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