Skip to content

Commit

Permalink
forget to remove debug println (scroll-tech#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsing authored Feb 8, 2024
1 parent d622d66 commit 56345eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bus-mapping/src/circuit_input_builder/l2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ fn update_codedb(cdb: &mut CodeDB, sdb: &StateDB, block: &BlockTrace) -> Result<
.call_trace
.flatten_trace(&execution_result.prestate)
.into_iter()
.inspect(|c| println!("{c:?}"))
.filter(|call| {
let is_call_to_precompile = call.to.as_ref().map(is_precompiled).unwrap_or(false);
let is_call_to_empty = call.gas_used.is_zero()
Expand Down

0 comments on commit 56345eb

Please sign in to comment.