Skip to content

Commit a20cfdf

Browse files
committed
fix: remove ambiguous debug message
1 parent 207a73b commit a20cfdf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

custom_components/ha_carrier/carrier_data_update_coordinator.py

-1
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,4 @@ def system(self, system_serial: str) -> System:
9797
return system
9898

9999
async def updated_callback(self, _message: str) -> None:
100-
_LOGGER.debug(self.systems[0].status.raw)
101100
self.async_update_listeners()

0 commit comments

Comments
 (0)