Skip to content

Commit

Permalink
chore: remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
rplusq committed Oct 3, 2024
1 parent 828779f commit db05de1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/cast/bin/cmd/send.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ impl SendTxArgs {

tx::validate_from_address(eth.wallet.from, from)?;

println!("Sending transaction");

let res = builder.build(&signer).await;

let (tx, _) = match res {
Expand Down

0 comments on commit db05de1

Please sign in to comment.