mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-21 10:18:50 +02:00
Remove unused logs
This commit is contained in:
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("set ICE to active connection")
|
||||||
conn.log.Infof("update connection to ICE type")
|
|
||||||
} else {
|
|
||||||
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user