Skip to content

Commit

Permalink
Reduce noisy logs
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuh25 committed May 2, 2024
1 parent d98d997 commit c7b1660
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eth_defi/event_reader/fast_json_rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def _make_request(self, method: RPCEndpoint, params: Any) -> RPCResponse:
raw_response.headers.get("x-drpc-provider-id", ""),
extra={"response_headers": raw_response.headers},
)
logger.exception(e)
raise


Expand Down

0 comments on commit c7b1660

Please sign in to comment.