From: Matt Joiner Date: Thu, 12 Oct 2017 06:52:26 +0000 (+1100) Subject: Remove debug log message X-Git-Tag: v1.0.0~364 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=5d133ea38742582f04c9f0d078af227026ec0c75;p=btrtrc.git Remove debug log message --- diff --git a/torrent.go b/torrent.go index 03713580..3591467f 100644 --- a/torrent.go +++ b/torrent.go @@ -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