Skip to content

Commit

Permalink
Accidental debug print insertion
Browse files Browse the repository at this point in the history
  • Loading branch information
neochine committed Dec 1, 2024
1 parent 18b114b commit d6c1198
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/solana/rpc/providers/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def __init__(
):
"""Init HTTPProvider."""
super().__init__(endpoint, extra_headers)
print(timeout)
self.session = httpx.Client(timeout=timeout)

def __str__(self) -> str:
Expand Down

0 comments on commit d6c1198

Please sign in to comment.