torrent.go | 3 --- diff --git a/torrent.go b/torrent.go index 154b83c675f84ac288ef5b42815b41cb648e7839..6a455e1ff4987e61923d4706433626b4dd943dde 100644 --- a/torrent.go +++ b/torrent.go @@ -1516,9 +1516,6 @@ c := t.worstBadConn() if c == nil { return errors.New("don't want conns") } - if t.cl.config.Debug && missinggo.CryHeard() { - log.Printf("%s: dropping connection to make room for new one:\n %v", t, c) - } c.Close() t.deleteConnection(c) }