diff --git a/custom_components/yerushamayim/data_coordinator.py b/custom_components/yerushamayim/data_coordinator.py index 345d715..7fef818 100644 --- a/custom_components/yerushamayim/data_coordinator.py +++ b/custom_components/yerushamayim/data_coordinator.py @@ -195,7 +195,6 @@ def _extract_data(self) -> YerushamayimData: key = key_value[0].strip() value = key_value[1].strip() rest_data[key] = value - _LOGGER.debug("Added key-value: %s = %s", key, value) _LOGGER.debug("Processed Yerushamayim REST data: %s", rest_data)