Skip to content

Commit 9699690

Browse files
committed
-) Removed duplicate debug message
1 parent dfcbe71 commit 9699690

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymyq/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,6 @@ async def update_device_info(self, for_account: str = None) -> None:
603603
accounts = ({for_account: self.accounts.get(for_account)})
604604

605605
for account in accounts:
606-
_LOGGER.debug(f"Retrieving devices for account {self.accounts[account]}")
607606
await self._get_devices_for_account(account=account)
608607

609608
# Update our last update timestamp UNLESS this is for a specific account

0 commit comments

Comments
 (0)