torrent.go | 1 - diff --git a/torrent.go b/torrent.go index 03713580c1d2fae5453efc068f5a532dfbb6cd1d..3591467f0b9a9456a96d2e24f9cc2f5f1df45a96 100644 --- a/torrent.go +++ b/torrent.go @@ -1532,7 +1532,6 @@ panic("piece was not queued") } if t.closed.IsSet() || t.pieceComplete(piece) { t.updatePiecePriority(piece) - log.Println("early return", t.closed.IsSet(), t.pieceComplete(piece)) return } p.hashing = true