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:
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.js b/index.js
index 9a0c46a..72d6f7a 100644
--- a/index.js
+++ b/index.js
@@ -161,7 +161,6 @@ WebTorrent.prototype.download = function (torrentId, opts, ontorrent) {
var torrent = self.get(torrentId)
function _ontorrent () {
- debug('on torrent %s', torrent.infoHash)
if (typeof ontorrent === 'function') ontorrent(torrent)
}