Skip to content

Commit

Permalink
Remove logger statement leftover from debug (#3356)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Nov 18, 2023
1 parent 5a3b9dd commit 176f0e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_components/hacs/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ async def _ensure_capabilities(self, version: str | None, **kwargs: Any) -> None
f"The version {version} for this {self.repository.data.category.value} can not be used with HACS."
)

self.repository.logger.warning("target_manifest: %s", target_manifest.to_dict())

if (
target_manifest.homeassistant is not None
and self.hacs.core.ha_version < target_manifest.homeassistant
Expand Down

0 comments on commit 176f0e2

Please sign in to comment.