Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Jul 30, 2023
1 parent ca44251 commit b3df75c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/auth_header/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit b3df75c

Please sign in to comment.