Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
elfedy committed Sep 25, 2024
1 parent 2b10989 commit 8e0ad1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/cheatcodes/src/inspector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,6 @@ impl Cheatcodes {
match result.execution_result {
ExecutionResult::Success { output, gas_used, .. } => {
let _ = gas.record_cost(gas_used);
println!("{gas:?}");
match output {
Output::Create(bytes, address) => Some(CreateOutcome {
result: InterpreterResult {
Expand Down

0 comments on commit 8e0ad1c

Please sign in to comment.