mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-03-11 21:26:53 +00:00
[scraper] remove updated seeders logging
This commit is contained in:
parent
97cbe5d6c1
commit
1719a199b0
1 changed files with 0 additions and 4 deletions
|
|
@ -67,10 +67,6 @@ async function updateTorrentSeeders(torrent) {
|
|||
return stored.save()
|
||||
}
|
||||
})
|
||||
.then(updated => {
|
||||
console.log(`Updated [${torrent.infoHash}] ${torrent.name || torrent.title} to ${torrent.seeders} seeders`);
|
||||
return updated;
|
||||
})
|
||||
.catch(error => {
|
||||
console.warn('Failed updating seeders:', error);
|
||||
return undefined;
|
||||
|
|
|
|||
Loading…
Reference in a new issue