diff --git a/examples/demo-rollup/tests/evm/mod.rs b/examples/demo-rollup/tests/evm/mod.rs index 0caf0cfc7..88762a2a1 100644 --- a/examples/demo-rollup/tests/evm/mod.rs +++ b/examples/demo-rollup/tests/evm/mod.rs @@ -162,9 +162,6 @@ async fn execute(client: &TestClient) -> Result<(), Box> 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(),