Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
Александр Тумайкин authored and Александр Тумайкин committed May 28, 2021
1 parent 6139cca commit 6ad2995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/electrolux_remote/update_coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async def _async_update_data(self):
try:
data = await self.api.get_data()

# _LOGGER.debug(f"received data: {data}")
_LOGGER.debug(f"received data: {data}")

return data
except Exception as exception:
Expand Down

0 comments on commit 6ad2995

Please sign in to comment.