mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
minor: remove noisy useless debug message
This commit is contained in:
parent
46b347b661
commit
e7b9bc6808
|
@ -238,7 +238,6 @@ class Trade(_DECL_BASE):
|
|||
"""
|
||||
Adjust the max_rate and min_rate.
|
||||
"""
|
||||
logger.debug("Adjusting min/max rates")
|
||||
self.max_rate = max(current_price, self.max_rate or self.open_rate)
|
||||
self.min_rate = min(current_price, self.min_rate or self.open_rate)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user