Skip to content

Commit

Permalink
remove printlns
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Jan 6, 2023
1 parent 8c593cf commit 920587b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/net/network/tests/it/connect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -910,11 +910,6 @@ async fn sync_from_clique_geth() {
// let's just convert into a reth header and compare
let geth_genesis_header = block_to_header(genesis_block.clone()).seal();
assert_eq!(geth_genesis_header, sealed_genesis, "genesis headers should match, we computed {sealed_genesis:#?} but geth computed {geth_genesis_header:#?}");
println!("genesis headers match");

// print out each genesis headers
println!("genesis header: {:#?}", sealed_genesis);
println!("geth genesis block: {:#?}", genesis_block);

// make sure we have the same hash
let genesis_hash: H256 = genesis_block.hash.unwrap().0.into();
Expand Down

0 comments on commit 920587b

Please sign in to comment.