diff --git a/pymyq/api.py b/pymyq/api.py index 2cbc770..844fb6a 100644 --- a/pymyq/api.py +++ b/pymyq/api.py @@ -549,7 +549,6 @@ async def update_device_info(self) -> None: return for account in accounts: - print(account) account_id = account.get("id") if account_id is not None: if self.accounts.get(account_id):