Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
DCSBL authored Jan 23, 2024
1 parent b473919 commit 24514ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion homewizard_energy/homewizard_energy.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ async def device(self) -> Device:
async def data(self) -> Data:
"""Return the data object."""
response = await self.request("api/v1/data")
print(response)
return Data.from_dict(response)

@optional_method
Expand Down

0 comments on commit 24514ec

Please sign in to comment.