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 dfcbe71 commit 9699690Copy full SHA for 9699690
pymyq/api.py
@@ -603,7 +603,6 @@ async def update_device_info(self, for_account: str = None) -> None:
603
accounts = ({for_account: self.accounts.get(for_account)})
604
605
for account in accounts:
606
- _LOGGER.debug(f"Retrieving devices for account {self.accounts[account]}")
607
await self._get_devices_for_account(account=account)
608
609
# Update our last update timestamp UNLESS this is for a specific account
0 commit comments