refactor: remove logging for zero torrents in filter_manager

This commit is contained in:
g0ldyy
2025-11-24 08:10:44 +01:00
parent aef2549f36
commit 6ff3a54c6e
-4
View File
@@ -262,10 +262,6 @@ class TorrentManager:
async def filter_manager(self, torrents: list):
if len(torrents) == 0:
logger.log(
"SCRAPER",
f"Scraper {scraper_name} found 0 torrents.",
)
return
new_torrents = [