Skip to content

Commit

Permalink
fix: remove critical debug line (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
geertmeersman authored Aug 24, 2023
2 parents d07a36a + 246e318 commit 65c4ea1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/nexxtmove/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ def fetch_data(self):
state=non_invoiced_amount,
extra_attributes={"charges": non_invoiced_charges},
)
_LOGGER.critical(non_invoiced_charges)
consumption = self.consumption()
if consumption.get("consumptionInKwh") is not None:
charges = self.charges()
Expand Down

0 comments on commit 65c4ea1

Please sign in to comment.