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 {