Skip to content

Commit

Permalink
Remove additional logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan committed Oct 29, 2023
1 parent 6e0be71 commit 0864a4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_components/hkc_alarm/alarm_control_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ async def async_alarm_arm_away(self, code: str | None = None) -> None:
@callback
def _handle_coordinator_update(self) -> None:
"""Handle updated data from the coordinator."""
_logger.error("self.coordinator.data")
_logger.error(self.coordinator.data)
status, panel_data = self.coordinator.data
self._panel_data = panel_data
blocks = status.get("blocks", [])
Expand Down

0 comments on commit 0864a4e

Please sign in to comment.