Skip to content

Commit

Permalink
clean up logs
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Dec 19, 2024
1 parent 4188c4f commit 144caef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/cli/src/commands/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ pub async fn setup(
agents.add_agent(from_pool, agent);
}

println!("all signers: {:?}", all_signers);
println!("default_signers[0]: {:?}", default_signers[0]);

fund_accounts(
&rpc_client,
&eth_client,
Expand All @@ -80,8 +77,6 @@ pub async fn setup(
)
.await?;

println!("****** funded accounts");

let mut scenario = TestScenario::new(
testconfig.to_owned(),
db.clone().into(),
Expand Down

0 comments on commit 144caef

Please sign in to comment.