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
diff options
context:
space:
mode:
authorfisch0920 <fisch0920@gmail.com>2014-05-15 14:43:16 +0400
committerfisch0920 <fisch0920@gmail.com>2014-05-15 14:43:16 +0400
commitf98a3fdeb9282aaa5b40e8de42d21ebf50b757c4 (patch)
treecf5d5f7893438ea246066645fb23e3122056089e /index.js
parentb784a88d6ac370839c5cb46e2312848a7d861177 (diff)
removed extraneous comment
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/index.js b/index.js
index 354f66d..a0022f8 100644
--- a/index.js
+++ b/index.js
@@ -77,8 +77,6 @@ WebTorrent.prototype.add = function (torrentId, opts, cb) {
WebTorrent.prototype._onTorrent = function (torrent) {
var self = this
- //torrent.swarm.on('wire', function () { })
-
// if no index specified, use largest file
// TODO: support torrent index selection correctly -- this doesn't work yet
/*if (typeof torrent.index !== 'number') {