From efa0bbdf3dcddf720ef0c8580bd4276cb62f5093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Papp?= Date: Thu, 25 Jul 2024 11:09:45 +0200 Subject: [PATCH] Remove unused logs --- client/internal/peer/conn.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/client/internal/peer/conn.go b/client/internal/peer/conn.go index 0fca5250e..0b7be7cf8 100644 --- a/client/internal/peer/conn.go +++ b/client/internal/peer/conn.go @@ -407,11 +407,7 @@ func (conn *Conn) iCEConnectionIsReady(priority ConnPriority, iceConnInfo ICECon return } - if conn.currentConnType != 0 { - conn.log.Infof("update connection to ICE type") - } else { - conn.log.Infof("set ICE to active connection") - } + conn.log.Infof("set ICE to active connection") endpoint, wgProxy, err := conn.getEndpointForICEConnInfo(iceConnInfo) if err != nil {