Skip to content

Commit

Permalink
Remove some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jdejaegh committed Jan 20, 2024
1 parent 2aa41f0 commit 5c640a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion custom_components/irm_kmi/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ async def _async_update_data(self) -> ProcessedCoordinatorData:
raise UpdateFailed(f"Error communicating with API: {err}")

if api_data.get('cityName', None) in OUT_OF_BENELUX:
_LOGGER.info(f"Config state: {self._config_entry.state}")
_LOGGER.error(f"The zone {self._zone} is now out of Benelux and forecast is only available in Benelux."
f"Associated device is now disabled. Move the zone back in Benelux and re-enable to fix "
f"this")
Expand Down
1 change: 0 additions & 1 deletion custom_components/irm_kmi/repairs.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ async def async_step_confirm(
errors = {}

config_entry = self.hass.config_entries.async_get_entry(self._data['config_entry_id'])
_LOGGER.info(f"State of config entry: {config_entry.state}")

if user_input is not None:
if user_input[REPAIR_SOLUTION] == REPAIR_OPT_MOVE:
Expand Down

0 comments on commit 5c640a2

Please sign in to comment.