Remove log that used missinggo.CryHeard

This commit is contained in:
Matt Joiner 2018-11-21 17:05:30 +11:00
parent 58d9718ea8
commit 9bb8a327c0
1 changed files with 0 additions and 3 deletions

View File

@ -1516,9 +1516,6 @@ func (t *Torrent) addConnection(c *connection) (err error) {
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)
}