From e31f14989a1bb49d19ad4ff3d52072c4b75eaf85 Mon Sep 17 00:00:00 2001 From: Jules Dejaeghere Date: Sat, 30 Dec 2023 18:38:26 +0100 Subject: [PATCH] Remove logging --- custom_components/irm_kmi/coordinator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/irm_kmi/coordinator.py b/custom_components/irm_kmi/coordinator.py index 0685d8b..d051bfb 100644 --- a/custom_components/irm_kmi/coordinator.py +++ b/custom_components/irm_kmi/coordinator.py @@ -46,7 +46,6 @@ class IrmKmiCoordinator(DataUpdateCoordinator): self._dark_mode = get_config_value(entry, CONF_DARK_MODE) self._style = get_config_value(entry, CONF_STYLE) self._config_entry = entry - _LOGGER.debug(f"Config entry: {entry.title} -- {entry.data} -- {entry.options}") async def _async_update_data(self) -> ProcessedCoordinatorData: """Fetch data from API endpoint.