Skip to content

Commit d903b47

Browse files
committed
Remove print statement
1 parent b609c17 commit d903b47

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

crates/op-rbuilder/src/payload_builder_vanilla.rs

-6
Original file line numberDiff line numberDiff line change
@@ -1103,12 +1103,6 @@ where
11031103
}
11041104
};
11051105

1106-
println!("include reverted txn: {}", result.is_success());
1107-
println!(
1108-
"self.enable_revert_protection: {}",
1109-
self.enable_revert_protection
1110-
);
1111-
11121106
self.metrics
11131107
.tx_simulation_duration
11141108
.record(tx_simulation_start_time.elapsed());

0 commit comments

Comments
 (0)