Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2014-10-29 10:02:01 +0300
committerFeross Aboukhadijeh <feross@feross.org>2014-10-29 10:02:05 +0300
commit70f9c97d6e8edfc2c0e98c6b52425a187ab28340 (patch)
tree8f47e519eeebabf855b81cbe23b7e8ef6f93fa09 /bin
parent6bc063840147a2e9e8daed2d8f017bc438d6f490 (diff)
remove dead code
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cmd.js3
1 files changed, 0 insertions, 3 deletions
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