We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676cdab commit 9c825fbCopy full SHA for 9c825fb
freqtrade/plugins/pairlist/OffsetFilter.py
@@ -79,6 +79,4 @@ def filter_pairlist(self, pairlist: list[str], tickers: Tickers) -> list[str]:
79
if self._number_pairs:
80
pairs = pairs[: self._number_pairs]
81
82
- self.log_once(f"Searching {len(pairs)} pairs: {pairs}", logger.info)
83
-
84
return pairs
0 commit comments