Remove logging

This commit is contained in:
Jules 2023-12-30 18:38:26 +01:00
parent b4685a397f
commit e31f14989a
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A

View file

@ -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.