mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
remove logger
This commit is contained in:
@@ -520,6 +520,5 @@ class Binance(Exchange):
|
||||
continue
|
||||
|
||||
cache[ft_symbol] = delist_dt
|
||||
logger.info(f"{ft_symbol} delisted at {delist_dt}")
|
||||
|
||||
return cache.get(pair, None)
|
||||
|
||||
Reference in New Issue
Block a user