Skip to content

Commit 777380c

Browse files
authored
fix: remove dbg (#124)
1 parent 4673d3a commit 777380c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/test-utils/tests/basic_sim.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ pub async fn test_simulator() {
5656
);
5757
}
5858

59-
let time = std::time::Instant::now();
60-
6159
// Set up the simulator
6260
let built = BlockBuild::<_, NoOpInspector>::new(
6361
db,
@@ -81,8 +79,6 @@ pub async fn test_simulator() {
8179
let tx2 = w[1].as_eip1559().unwrap().tx().max_priority_fee_per_gas;
8280
tx1 >= tx2
8381
}));
84-
85-
dbg!(time.elapsed());
8682
}
8783

8884
// utilities below this point are reproduced from other places, however,

0 commit comments

Comments
 (0)