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:
authorFeross Aboukhadijeh <feross@feross.org>2015-12-04 07:14:39 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-12-04 07:14:39 +0300
commit3f148aa2ff6e791432b235f9b0a20ad8196f3efd (patch)
tree19c91c2a7e9ae251f28fbb5be961994421b8b540 /index.js
parent87ff0039b99f44f290838187164756eaed48c522 (diff)
remove debug statement
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)
}