diff --git a/transport/hub/kcp.go b/transport/hub/kcp.go index e5a7ef964..1ceebc0c1 100644 --- a/transport/hub/kcp.go +++ b/transport/hub/kcp.go @@ -32,7 +32,6 @@ func (kvl *KCPVlistener) Accept() (net.Conn, error) { var badbit bool = false for _, key := range kvl.previousSocketid { - log.Info("kcp: listener testing,", key, ":", conn.GetConv()) if key == conn.GetConv() { badbit = true }