Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion firebase_admin/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ def handle_httpx_error(error: httpx.HTTPError, message=None, code=None) -> excep
message=f'Failed to establish a connection: {error}',
cause=error)
if isinstance(error, httpx.HTTPStatusError):
print("printing status error", error)
if not code:
code = _http_status_to_error_code(error.response.status_code)
if not message:
Expand Down
Loading