Skip to content

Commit

Permalink
-) Removed duplicate debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
ehendrix23 committed Feb 2, 2021
1 parent dfcbe71 commit 9699690
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pymyq/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,6 @@ async def update_device_info(self, for_account: str = None) -> None:
accounts = ({for_account: self.accounts.get(for_account)})

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

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

0 comments on commit 9699690

Please sign in to comment.