Skip to content

Commit b4b6730

Browse files
committed
chore: remove debug
1 parent 89a0eed commit b4b6730

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

roborock/version_1_apis/roborock_local_client_v1.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ async def hello(self):
163163
raise RoborockException("Failed to connect to device with any known protocol")
164164

165165
async def ping(self) -> None:
166-
self._logger.debug("Ping")
167166
ping_message = RoborockMessage(
168167
protocol=RoborockMessageProtocol.PING_REQUEST,
169168
)
@@ -172,7 +171,6 @@ async def ping(self) -> None:
172171
request_id=ping_message.seq,
173172
response_protocol=RoborockMessageProtocol.PING_RESPONSE,
174173
)
175-
self._logger.debug("Pong")
176174

177175
def _send_msg_raw(self, data: bytes):
178176
try:

0 commit comments

Comments
 (0)