Remove too much log for webtorrent download

pull/4360/head
Chocobozzz 2021-08-26 15:28:51 +02:00
parent 0bae66632a
commit 095094872a
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ async function downloadWebTorrentVideo (target: { magnetUri: string, torrentName
.then(() => rej(new Error('Cannot import torrent ' + torrentId + ': there are multiple files in it')))
}
logger.debug('Got torrent from webtorrent %s.', id, { infoHash: torrent.infoHash, files: torrent.files })
logger.debug('Got torrent from webtorrent %s.', id, { infoHash: torrent.infoHash })
file = torrent.files[0]