light-client: Remove println

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2024-03-05 15:30:51 +02:00
parent 1a647500a7
commit 4c3226e70a
-1
View File
@@ -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}");
}
}