Skip to content

Commit

Permalink
Remove leftover debug print (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Sep 11, 2021
1 parent 0a23fc1 commit 6c6096e
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 @@ -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):
Expand Down

0 comments on commit 6c6096e

Please sign in to comment.