This commit is contained in:
Feross Aboukhadijeh 2015-05-03 14:00:51 -07:00
parent 1212e33e3a
commit d56dd26950

View File

@ -110,7 +110,6 @@ Client.scrape = function (announceUrl, infoHash, cb) {
? infoHash.map(function (infoHash) { return new Buffer(infoHash, 'hex') })
: new Buffer(infoHash, 'hex')
client.scrape({ infoHash: infoHash })
}
/**