Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
astrandb committed Dec 29, 2024
1 parent 60e587f commit 072fc86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_components/weatherlink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,6 @@ async def async_fetch():
api = entry.runtime_data.api
try:
async with asyncio.timeout(10):
# res = await api.request("GET")
# json_data = await res.json()
json_data = await api.get_data()
entry.runtime_data.current = json_data
return _preprocess(json_data)
Expand Down

0 comments on commit 072fc86

Please sign in to comment.