From adb520d80d36f35e7c9aea18f2164fd23f509949 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sun, 10 Jan 2016 18:29:18 +0100 Subject: cmd: webtorrent info, delete extra property --- bin/cmd.js | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/cmd.js b/bin/cmd.js index 2271548..16812b6 100755 --- a/bin/cmd.js +++ b/bin/cmd.js @@ -236,6 +236,7 @@ function runInfo (torrentId) { delete parsedTorrent.info delete parsedTorrent.infoBuffer + delete parsedTorrent.infoHashBuffer var output = JSON.stringify(parsedTorrent, undefined, 2) if (argv.out) { -- cgit v1.2.3