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 e506f6e commit 60e587f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/weatherlink/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ async def async_step_user_3(
SelectOptionDict(value=str(stn[CONF_STATION_ID]), label=stn["station_name"])
for stn in (station_list_raw["stations"])
]
# print(station_list)
if user_input is None:
return self.async_show_form(
step_id="user_3",
Expand Down

0 comments on commit 60e587f

Please sign in to comment.