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 4edfb13 commit 9ba02f1Copy full SHA for 9ba02f1
zigpy_znp/api.py
@@ -718,7 +718,7 @@ def _unhandled_command(self, command: t.CommandBase):
718
Called when a command that is not handled by any listener is received.
719
"""
720
721
- LOGGER.debug("Command was not handled: %s", command)
+ LOGGER.debug("Command was not handled")
722
723
@contextlib.asynccontextmanager
724
async def capture_responses(self, responses):
0 commit comments