From 70f9c97d6e8edfc2c0e98c6b52425a187ab28340 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 29 Oct 2014 00:02:01 -0700 Subject: remove dead code --- bin/cmd.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'bin') diff --git a/bin/cmd.js b/bin/cmd.js index 69711bf..4c7a19d 100755 --- a/bin/cmd.js +++ b/bin/cmd.js @@ -181,12 +181,9 @@ else { if (torrent.ready) onReady() else torrent.once('ready', onReady) }) - } function onReady () { - client.torrent = torrent - filename = torrent.name swarm = torrent.swarm wires = torrent.swarm.wires -- cgit v1.2.3