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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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