Skip to content

Commit

Permalink
Remove debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
kbickar committed Oct 13, 2024
1 parent eb383b4 commit 21399ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sense_energy/asyncsenseable.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ async def fetch_devices(self) -> None:
for devices in smart_plugs.values():
device = {"tags": {"DateCreated": "2010-01-01T01:01:01.000Z"}}
for d in devices:
print(f'{d["name"]=}, {d["id"]=}, {d["tags"].get("DateCreated", "")}, {device["tags"]["DateCreated"]}')
if d["tags"].get("DateCreated", "") > device["tags"]["DateCreated"]:
device = d

Expand Down

0 comments on commit 21399ec

Please sign in to comment.