From 31cd0f6445e8c5704d4e4907ed41267eb91a21dc Mon Sep 17 00:00:00 2001 From: Daniel Lubarov Date: Thu, 30 Mar 2023 17:24:12 -0700 Subject: [PATCH] Remove dbg --- evm/tests/self_balance_gas_cost.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/evm/tests/self_balance_gas_cost.rs b/evm/tests/self_balance_gas_cost.rs index 8546cc41..d38c066b 100644 --- a/evm/tests/self_balance_gas_cost.rs +++ b/evm/tests/self_balance_gas_cost.rs @@ -127,7 +127,6 @@ fn self_balance_gas_cost() -> anyhow::Result<()> { expected_state_trie_after.insert(sender_nibbles, rlp::encode(&sender_account_after).to_vec()); expected_state_trie_after.insert(to_nibbles, rlp::encode(&to_account_after).to_vec()); - dbg!(&proof.public_values.trie_roots_after.state_root); assert_eq!( proof.public_values.trie_roots_after.state_root, expected_state_trie_after.hash()