Skip to content

Commit

Permalink
fix: add logger to debug rest api #19
Browse files Browse the repository at this point in the history
  • Loading branch information
chilikla authored Nov 27, 2024
1 parent 07547e9 commit 15cb0ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/yerushamayim/data_coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 15cb0ef

Please sign in to comment.