We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e3ecc commit e11ecd6Copy full SHA for e11ecd6
tests/test_usb.py
@@ -114,10 +114,6 @@ def write(self, data: bytes) -> None:
114
_LOGGER.debug("No msg response for %s", str(data))
115
return
116
log, ack, response = resp
117
- if log is not None:
118
- _LOGGER.debug("HOI log=%s", log)
119
- _LOGGER.debug("HOI ack=%s", ack)
120
- _LOGGER.debug("HOI response=%s", response)
121
if ack is None:
122
_LOGGER.debug("No ack response for %s", str(data))
123
0 commit comments