Remove extra logging.

This commit is contained in:
Reigo Reinmets 2021-12-13 02:30:29 +02:00
parent 1017b68af9
commit 2c3e5fa080
1 changed files with 0 additions and 1 deletions

View File

@ -558,7 +558,6 @@ class FreqtradeBot(LoggingMixin):
stake_amount = self.wallets.validate_stake_amount(pair, stake_amount, min_stake_amount)
if not stake_amount:
logger.error(f"No stake amount? {pair} {stake_amount} {max_stake_amount}")
return False
if trade is None: