Skip to content

Commit dbb6a54

Browse files
committed
chore: remove unnecessary logging
1 parent daef330 commit dbb6a54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

roborock/devices/v1_channel.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,7 @@ async def subscribe(self, callback: Callable[[RoborockMessage], None]) -> Callab
127127
try:
128128
await self._local_connect(use_cache=True)
129129
except RoborockException as err:
130-
_LOGGER.info("Hello1")
131130
_LOGGER.warning("Could not establish local connection for device %s: %s", self._device_uid, err)
132-
_LOGGER.info("Hello2")
133131

134132
# Start a background task to manage the local connection health
135133
_LOGGER.info("self._reconnect_task=%s", self._reconnect_task)

0 commit comments

Comments
 (0)