2
0
mirror of synced 2025-02-23 22:28:11 +00:00

Remove debug log message

This commit is contained in:
Matt Joiner 2017-10-12 17:52:26 +11:00
parent 4f04d13532
commit 5d133ea387

View File

@ -1532,7 +1532,6 @@ func (t *Torrent) verifyPiece(piece int) {
}
if t.closed.IsSet() || t.pieceComplete(piece) {
t.updatePiecePriority(piece)
log.Println("early return", t.closed.IsSet(), t.pieceComplete(piece))
return
}
p.hashing = true