Reduce no stake amount verbosity

closes #6768
This commit is contained in:
Matthias 2022-05-03 19:42:17 +02:00
parent 65ab6d2468
commit 091cb4fb8d
1 changed files with 0 additions and 1 deletions

View File

@ -602,7 +602,6 @@ class FreqtradeBot(LoggingMixin):
pair, price, stake_amount, trade_side, enter_tag, trade)
if not stake_amount:
logger.info(f"No stake amount to enter a trade for {pair}.")
return False
if pos_adjust: