Skip to content

Commit d0f16db

Browse files
committed
fix(console): Removing console.log.
1 parent fcdce93 commit d0f16db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ class WebTorrentComponent extends ZComponent {
88
this._file = file
99
}
1010
set src (magnet) {
11-
console.log(magnet)
1211
client.add(magnet, torrent => {
1312
torrent.files.forEach(file => {
1413
if (this._file) {

0 commit comments

Comments
 (0)