mirror of
https://github.com/netbirdio/ice-old.git
synced 2026-05-22 17:08:24 -07:00
Remove print line
accidentally left in the last PR
This commit is contained in:
@@ -112,7 +112,6 @@ func (m *UDPMuxDefault) GetConn(ufrag, network string) (net.PacketConn, error) {
|
||||
c := m.createMuxedConn()
|
||||
go func() {
|
||||
<-c.CloseChannel()
|
||||
print("muxed connection closed, removing key ", key, "\n")
|
||||
m.removeConn(key)
|
||||
}()
|
||||
m.conns[key] = c
|
||||
|
||||
Reference in New Issue
Block a user