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/test
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2015-07-08 04:58:31 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-07-08 04:58:31 +0300
commit85b05db6cf400fdcbdeb7150a0a27d40abf7e80f (patch)
treeecf0e8677541593b3a946aeaef5fd8bb746d2287 /test
parentd7ed2c70c392fe3210dca8d11686c9f0ec0dfc80 (diff)
standard
Diffstat (limited to 'test')
-rw-r--r--test/download-dht-magnet.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/download-dht-magnet.js b/test/download-dht-magnet.js
index 79ef2a9..ad07bab 100644
--- a/test/download-dht-magnet.js
+++ b/test/download-dht-magnet.js
@@ -37,7 +37,6 @@ test('Download using DHT (via magnet uri)', function (t) {
})
client1.on('error', function (err) { t.fail(err) })
-
var announced = false
var wroteStorage = false
function maybeDone () {