From cdb84a2dcf8b4a2990a98852013d01f27956f69c Mon Sep 17 00:00:00 2001 From: David Zhao Date: Thu, 15 Apr 2021 11:29:27 -0700 Subject: [PATCH] Remove print line accidentally left in the last PR --- udp_mux.go | 1 - 1 file changed, 1 deletion(-) diff --git a/udp_mux.go b/udp_mux.go index a244d22..8b1a99a 100644 --- a/udp_mux.go +++ b/udp_mux.go @@ -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