Skip to content

Commit 64ba6ed

Browse files
committed
Remove unncessary logging
1 parent 4530a20 commit 64ba6ed

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

custom_components/wundasmart/binary_sensor.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,6 @@ async def async_update(self):
8888
self._attributes = {}
8989
return
9090

91-
_LOGGER.debug(
92-
"async_ping %s: reachable=%s sent=%i received=%s",
93-
self._attr_name,
94-
data.is_alive,
95-
data.packets_sent,
96-
data.packets_received,
97-
)
98-
9991
self._state = data.is_alive
10092
if not self._state:
10193
self._attributes = {}

0 commit comments

Comments
 (0)