Remove print line

accidentally left in the last PR
This commit is contained in:
David Zhao
2021-04-15 13:18:44 -07:00
parent f7b11daf96
commit cdb84a2dcf
-1
View File
@@ -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