From 022fa5c424f4b2727ab8765ec62799b2cf61770f Mon Sep 17 00:00:00 2001 From: zeroXbrock <2791467+zeroXbrock@users.noreply.github.com> Date: Tue, 5 May 2026 18:52:43 -0700 Subject: [PATCH] remove stray println --- crates/core/src/test_scenario.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/core/src/test_scenario.rs b/crates/core/src/test_scenario.rs index 6541b703..42219a98 100644 --- a/crates/core/src/test_scenario.rs +++ b/crates/core/src/test_scenario.rs @@ -1118,7 +1118,6 @@ where new_req.tx = tx_req.to_owned(); // sign tx - println!("signer address: {}", signer.default_signer().address()); let tx_envelope = tx_req.build(&signer).await?; // log tx details