From 095094872a61ae534c115135c0789a73c741d704 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 26 Aug 2021 15:28:51 +0200 Subject: Remove too much log for webtorrent download --- server/helpers/webtorrent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') diff --git a/server/helpers/webtorrent.ts b/server/helpers/webtorrent.ts index 5fe4c1165..bea76a46f 100644 --- a/server/helpers/webtorrent.ts +++ b/server/helpers/webtorrent.ts @@ -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] -- cgit v1.2.3