Skip to content

Commit

Permalink
Removed unecessary warning log
Browse files Browse the repository at this point in the history
  • Loading branch information
boralyl committed Apr 20, 2020
1 parent afb38ef commit 50dfffc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/steam_wishlist/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ async def async_get_user_url(steam_account_name: str):
_LOGGER.error("Did not find user id.")
raise ValueError
user_id = matches[0]
_LOGGER.warning("Found user: %s", user_id)
return WISHLIST_JSON_URL.format(user_id=user_id)


Expand Down

0 comments on commit 50dfffc

Please sign in to comment.