diff --git a/fastapi/security/http.py b/fastapi/security/http.py index 9f17a600e..d9de1f0d7 100644 --- a/fastapi/security/http.py +++ b/fastapi/security/http.py @@ -87,7 +87,6 @@ class HTTPBase(SecurityBase): scheme, credentials = get_authorization_scheme_param(authorization) if not (authorization and scheme and credentials): if self.auto_error: - print(scheme) raise HTTPException( status_code=HTTP_401_UNAUTHORIZED, detail="Not authenticated",