Skip to content

Commit

Permalink
Update custom_components/hacs/repositories/base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Aug 14, 2024
1 parent b0f3220 commit ce20a2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/hacs/repositories/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,6 @@ async def common_update_data(
if releases:
self.data.prerelease = None
for release in releases:
self.logger.warning("Got release %s", release.tag_name)
if release.draft:
continue
elif release.prerelease:
Expand Down

0 comments on commit ce20a2d

Please sign in to comment.