From 246e3183a38c015f7fa3cdcd97324f9d86b38116 Mon Sep 17 00:00:00 2001 From: Geert Meersman Date: Thu, 24 Aug 2023 14:23:40 +0200 Subject: [PATCH] fix: remove critical debug line --- custom_components/nexxtmove/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/nexxtmove/client.py b/custom_components/nexxtmove/client.py index e620d62..4cba01e 100644 --- a/custom_components/nexxtmove/client.py +++ b/custom_components/nexxtmove/client.py @@ -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()