Skip to content

Commit 6c6096e

Browse files
authored
Remove leftover debug print (#123)
1 parent 0a23fc1 commit 6c6096e

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
@@ -549,7 +549,6 @@ async def update_device_info(self) -> None:
549549
return
550550

551551
for account in accounts:
552-
print(account)
553552
account_id = account.get("id")
554553
if account_id is not None:
555554
if self.accounts.get(account_id):

0 commit comments

Comments
 (0)