Remove verbosity of edge
This commit is contained in:
parent
57ea0c322f
commit
90ad178932
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user