diff --git a/webtorrent/webtorrent-tests.ts b/webtorrent/webtorrent-tests.ts index 9b70d83b7..745fc254b 100644 --- a/webtorrent/webtorrent-tests.ts +++ b/webtorrent/webtorrent-tests.ts @@ -60,8 +60,6 @@ client.seed('./file.txt', function (torrent) { console.log('Client is seeding:', torrent.infoHash) }) -var magnetURI = '...' - client.add(magnetURI, function (torrent) { // create HTTP server for this torrent var server = torrent.createServer()