Remove wrong comment

This commit is contained in:
hroff-1902
2020-05-20 17:45:27 +03:00
committed by GitHub
parent 8bf38443c2
commit bfa55f31c0

View File

@@ -402,7 +402,6 @@ class FreqtradeBot:
"""
logger.debug(f"create_trade for pair {pair}")
# Check if dataframe is out of date
if self.strategy.is_pair_locked(pair):
logger.info(f"Pair {pair} is currently locked.")
return False