Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit b6494f1

Browse files
committed
fix(bus_mapping/begin_end_tx): remove dbg
1 parent f69053e commit b6494f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bus-mapping/src/evm/opcodes/begin_end_tx.rs

-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ fn gen_begin_tx_steps(state: &mut CircuitInputStateRef) -> Result<ExecStep, Erro
172172
},
173173
);
174174
}
175-
dbg!((state.tx.id, state.tx.call_data.len(), &state.tx.call_data));
176175
}
177176

178177
// There are 4 branches from here.

0 commit comments

Comments
 (0)