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 f68dce5 commit 1984c84Copy full SHA for 1984c84
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