Skip to content

Commit

Permalink
fix(console): Removing console.log.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal committed Sep 25, 2017
1 parent fcdce93 commit d0f16db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -8,7 +8,6 @@ class WebTorrentComponent extends ZComponent {
this._file = file
}
set src (magnet) {
console.log(magnet)
client.add(magnet, torrent => {
torrent.files.forEach(file => {
if (this._file) {
Expand Down

0 comments on commit d0f16db

Please sign in to comment.