Remove debug log message
This commit is contained in:
parent
4f04d13532
commit
5d133ea387
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user