Skip to content

Commit 1984c84

Browse files
committed
More logging clean up
1 parent f68dce5 commit 1984c84

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_usb.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ def write(self, data: bytes) -> None:
114114
_LOGGER.debug("No msg response for %s", str(data))
115115
return
116116
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)
121117
if ack is None:
122118
_LOGGER.debug("No ack response for %s", str(data))
123119
return

0 commit comments

Comments
 (0)