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/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/webconn.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/webconn.js b/lib/webconn.js
index 9c2b461..e99c04c 100644
--- a/lib/webconn.js
+++ b/lib/webconn.js
@@ -1,5 +1,4 @@
const BitField = require('bitfield')
-const Buffer = require('safe-buffer').Buffer
const debug = require('debug')('webtorrent:webconn')
const get = require('simple-get')
const sha1 = require('simple-sha1')