From 6c6096e0d6c12ac2c204bd71003469b15c430de6 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 11 Sep 2021 02:43:45 +0200 Subject: [PATCH] Remove leftover debug print (#123) --- pymyq/api.py | 1 - 1 file changed, 1 deletion(-) 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):