Remove unused logs

This commit is contained in:
Zoltán Papp 2024-07-25 11:09:45 +02:00
parent 8861e89ab0
commit efa0bbdf3d

View File

@ -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 {