We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee24605 + 8a44a9a commit 8615c8bCopy full SHA for 8615c8b
custom_components/epex_spot/extreme_price_interval.py
@@ -91,8 +91,6 @@ def find_extreme_price_interval(marketdata, start_times, duration: timedelta, cm
91
if interval_start_time is None:
92
return None
93
94
- _LOGGER.error("interval_price: %s", interval_price)
95
-
96
interval_price = round(interval_price, 6)
97
98
return {
0 commit comments