Remove verbosity of edge

This commit is contained in:
Matthias 2021-09-15 21:04:25 +02:00
parent 57ea0c322f
commit 90ad178932
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class AgeFilter(IPairList):
if not needed_pairs:
# Remove pairs that have been removed before
return [p for p in pairlist if p not in self._symbolsCheckFailed]
logger.info(f"needed pairs {needed_pairs}")
since_days = -(
self._max_days_listed if self._max_days_listed else self._min_days_listed
) - 1