diff --git a/client.js b/client.js index 77fca84..ac96cc8 100644 --- a/client.js +++ b/client.js @@ -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 }) - } /**