client.go | 3 --- diff --git a/client.go b/client.go index b8112f32affe7ffbb920d3c2e1aded86558a8013..aaa2ee4da7e9c19e49e894f9b668aa2e4ecb4b47 100644 --- a/client.go +++ b/client.go @@ -1882,9 +1882,6 @@ cl.event.Broadcast() if err != nil { return } - for index := range iter.N(t.numPieces()) { - cl.pieceChanged(t, index) - } cl.startTorrent(t) return }