diff --git a/custom_components/auth_header/__init__.py b/custom_components/auth_header/__init__.py index 8e83d30..d73b5dd 100644 --- a/custom_components/auth_header/__init__.py +++ b/custom_components/auth_header/__init__.py @@ -108,7 +108,6 @@ def __init__(self, flow_mgr, store_result, debug=False) -> None: @log_invalid_auth async def post(self, request: Request, data: dict[str, Any]) -> Response: """Create a new login flow.""" - _LOGGER.debug("post") client_id: str = data["client_id"] redirect_uri: str = data["redirect_uri"]