We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0913cd commit 84b0035Copy full SHA for 84b0035
1 file changed
roborock/version_1_apis/roborock_client_v1.py
@@ -363,7 +363,6 @@ def on_message_received(self, messages: list[RoborockMessage]) -> None:
363
try:
364
self._last_device_msg_in = self.time_func()
365
for data in messages:
366
- self._logger.debug(f"Got message: {data}")
367
protocol = data.protocol
368
if data.payload and protocol in [
369
RoborockMessageProtocol.RPC_RESPONSE,
0 commit comments