Skip to content

Commit

Permalink
Remove printlns
Browse files Browse the repository at this point in the history
  • Loading branch information
bkolad committed Oct 7, 2023
1 parent 36b5a4f commit 99639f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/demo-rollup/tests/evm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ async fn execute(client: &TestClient) -> Result<(), Box<dyn std::error::Error>>
let first_block = client.eth_get_block_by_number(Some("0".to_owned())).await;
let second_block = client.eth_get_block_by_number(Some("1".to_owned())).await;

println!("first_block: {:?}", first_block);
println!("second_block: {:?}", second_block);

// assert parent hash
assert_eq!(
first_block.hash.unwrap(),
Expand Down

0 comments on commit 99639f3

Please sign in to comment.