1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-07-13 04:45:36 +02:00

Remove unused logs

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

@ -407,11 +407,7 @@ func (conn *Conn) iCEConnectionIsReady(priority ConnPriority, iceConnInfo ICECon
return 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) endpoint, wgProxy, err := conn.getEndpointForICEConnInfo(iceConnInfo)
if err != nil { if err != nil {