We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d9c21 commit b41dc44Copy full SHA for b41dc44
1 file changed
plugwise_usb/network/__init__.py
@@ -361,7 +361,6 @@ async def discover_network_coordinator(self, load: bool = False) -> bool:
361
f"Invalid response message type ({response.__class__.__name__}) received, expected StickNetworkInfoResponse"
362
)
363
self._channel = response.channel
364
- _LOGGER.debug("HOI channel: %s", self._channel)
365
366
if await self._discover_node(
367
self._controller.mac_coordinator, None, ping_first=False
0 commit comments