remove logger
This commit is contained in:
@@ -520,6 +520,5 @@ class Binance(Exchange):
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
cache[ft_symbol] = delist_dt
|
cache[ft_symbol] = delist_dt
|
||||||
logger.info(f"{ft_symbol} delisted at {delist_dt}")
|
|
||||||
|
|
||||||
return cache.get(pair, None)
|
return cache.get(pair, None)
|
||||||
|
|||||||
Reference in New Issue
Block a user