peerconn.go | 1 - diff --git a/peerconn.go b/peerconn.go index 607ec10358881a35335b0789b699441db8402016..fc06eabcd86b7989567482eb7a3f1066021dab0d 100644 --- a/peerconn.go +++ b/peerconn.go @@ -1242,7 +1242,6 @@ func (c *PeerConn) setTorrent(t *Torrent) { panicif.NotNil(c.t) c.t = t c.initClosedCtx() - c.logger.WithDefaultLevel(log.Debug).Printf("set torrent=%v", t) c.setPeerLoggers(t.logger, t.slogger()) c.reconcileHandshakeStats() }