We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89bc65e commit 8ef6542Copy full SHA for 8ef6542
1 file changed
pybricksdev/connections/pybricks.py
@@ -894,7 +894,6 @@ async def _monitor_usb(self):
894
continue
895
896
if len(msg) == 0:
897
- logger.warning("Empty USB message")
898
899
900
if msg[0] == PybricksUsbInEpMessageType.RESPONSE:
0 commit comments