Skip to content

Commit c30e59f

Browse files
committed
Remove test-debug-logging
1 parent 1ca96a2 commit c30e59f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

plugwise_usb/nodes/node.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,7 @@ async def _load_from_cache(self) -> bool:
409409
return False
410410

411411
# Node Info
412-
result: bool = await self._node_info_load_from_cache()
413-
_LOGGER.debug("_load_from_cache | load node_info | result=%s", result)
414-
if not result:
412+
if not await self._node_info_load_from_cache():
415413
_LOGGER.debug("Node %s failed to load node_info from cache", self.mac)
416414
return False
417415

0 commit comments

Comments
 (0)