Skip to content

Commit

Permalink
Merge pull request #194 from suaveolent/remove_debug
Browse files Browse the repository at this point in the history
Remove debug output
  • Loading branch information
suaveolent authored Jan 27, 2025
2 parents ee24605 + 8a44a9a commit 8615c8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_components/epex_spot/extreme_price_interval.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ def find_extreme_price_interval(marketdata, start_times, duration: timedelta, cm
if interval_start_time is None:
return None

_LOGGER.error("interval_price: %s", interval_price)

interval_price = round(interval_price, 6)

return {
Expand Down

0 comments on commit 8615c8b

Please sign in to comment.