From 4c3226e70a5da3a961ec5a76d87d9941181a1710 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Tue, 5 Mar 2024 15:30:51 +0200 Subject: [PATCH] light-client: Remove println Signed-off-by: Alexandru Vasile --- subxt/src/client/light_client/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/subxt/src/client/light_client/mod.rs b/subxt/src/client/light_client/mod.rs index 6881e6ac76..121fadcdab 100644 --- a/subxt/src/client/light_client/mod.rs +++ b/subxt/src/client/light_client/mod.rs @@ -103,7 +103,6 @@ impl RawLightClient { if let Err(e) = val { // This is a test; bail if something does wrong and try to // ensure that the message makes it to some logs. - eprintln!("Error driving unstable backend in tests (will panic): {e}"); panic!("Error driving unstable backend in tests: {e}"); } }