Move "pairlist" logging to manager

This commit is contained in:
Matthias
2022-09-25 09:43:39 +02:00
parent 1c089dcd51
commit 30d51b6939
3 changed files with 2 additions and 3 deletions

View File

@@ -232,6 +232,4 @@ class VolumePairList(IPairList):
# Limit pairlist to the requested number of pairs
pairs = pairs[:self._number_pairs]
self.log_once(f"Searching {self._number_pairs} pairs: {pairs}", logger.info)
return pairs