We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcdce93 commit d0f16dbCopy full SHA for d0f16db
index.js
@@ -8,7 +8,6 @@ class WebTorrentComponent extends ZComponent {
8
this._file = file
9
}
10
set src (magnet) {
11
- console.log(magnet)
12
client.add(magnet, torrent => {
13
torrent.files.forEach(file => {
14
if (this._file) {
0 commit comments