Removed console log.
This commit is contained in:
parent
cf729b0d31
commit
21edc05f19
1 changed files with 0 additions and 1 deletions
|
|
@ -461,7 +461,6 @@ function onOpen (files) {
|
|||
|
||||
// File API seems to transform "magnet:?foo" in "magnet:///?foo"
|
||||
// this is a sanitization
|
||||
console.log('------------- FILES', files)
|
||||
files = files.map(file => {
|
||||
if (typeof file !== 'string') return file
|
||||
return file.replace(/^magnet:\/+\?/i, 'magnet:?')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue