From d56dd2695018fc62d713ab4836b04327bca9a5be Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sun, 3 May 2015 14:00:51 -0700 Subject: [PATCH] standard --- client.js | 1 - 1 file changed, 1 deletion(-) 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 }) - } /**