Remove extra logging.
This commit is contained in:
parent
1017b68af9
commit
2c3e5fa080
@ -558,7 +558,6 @@ class FreqtradeBot(LoggingMixin):
|
|||||||
stake_amount = self.wallets.validate_stake_amount(pair, stake_amount, min_stake_amount)
|
stake_amount = self.wallets.validate_stake_amount(pair, stake_amount, min_stake_amount)
|
||||||
|
|
||||||
if not stake_amount:
|
if not stake_amount:
|
||||||
logger.error(f"No stake amount? {pair} {stake_amount} {max_stake_amount}")
|
|
||||||
return False
|
return False
|
||||||
|
|
||||||
if trade is None:
|
if trade is None:
|
||||||
|
Loading…
Reference in New Issue
Block a user