Remove logger message
This commit is contained in:
parent
01904d3c1e
commit
0d601fd111
@ -269,7 +269,6 @@ class Exchange(object):
|
|||||||
"""
|
"""
|
||||||
Checks if ticker interval from config is a supported timeframe on the exchange
|
Checks if ticker interval from config is a supported timeframe on the exchange
|
||||||
"""
|
"""
|
||||||
logger.warning("validate_timerames")
|
|
||||||
if not hasattr(self._api, "timeframes"):
|
if not hasattr(self._api, "timeframes"):
|
||||||
# If timeframes is missing, the exchange probably has no fetchOHLCV method.
|
# If timeframes is missing, the exchange probably has no fetchOHLCV method.
|
||||||
# Therefore we also show that.
|
# Therefore we also show that.
|
||||||
|
Loading…
Reference in New Issue
Block a user