mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[scraper] remove updated seeders logging
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user