diff --git a/rust/chains/hyperlane-ethereum/src/rpc_clients/trait_builder.rs b/rust/chains/hyperlane-ethereum/src/rpc_clients/trait_builder.rs index 4f2601968..89ed7e0c0 100644 --- a/rust/chains/hyperlane-ethereum/src/rpc_clients/trait_builder.rs +++ b/rust/chains/hyperlane-ethereum/src/rpc_clients/trait_builder.rs @@ -230,7 +230,6 @@ pub trait BuildableWithProvider { self.build_with_provider(nonce_manager_provider, conn, locator) } else { - println!("Building provider without siger"); self.build_with_provider(provider, conn, locator) } .await)