Skip to content

Commit 84b0035

Browse files
committed
fix: remove got message
1 parent a0913cd commit 84b0035

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roborock/version_1_apis/roborock_client_v1.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,6 @@ def on_message_received(self, messages: list[RoborockMessage]) -> None:
363363
try:
364364
self._last_device_msg_in = self.time_func()
365365
for data in messages:
366-
self._logger.debug(f"Got message: {data}")
367366
protocol = data.protocol
368367
if data.payload and protocol in [
369368
RoborockMessageProtocol.RPC_RESPONSE,

0 commit comments

Comments
 (0)