mirror of
https://github.com/g0ldyy/comet.git
synced 2026-01-12 01:16:12 +01:00
refactor: remove logging for zero torrents in filter_manager
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user