From d6c119823f7a9539c150ff10ba8dab4f69013ec7 Mon Sep 17 00:00:00 2001 From: Neochine Date: Sun, 1 Dec 2024 21:08:25 +0545 Subject: [PATCH] Accidental debug print insertion --- src/solana/rpc/providers/http.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/solana/rpc/providers/http.py b/src/solana/rpc/providers/http.py index ebc9132f..d0522f23 100644 --- a/src/solana/rpc/providers/http.py +++ b/src/solana/rpc/providers/http.py @@ -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: