Skip to content

Commit ea6ad8d

Browse files
committed
remove debug print
1 parent c446e29 commit ea6ad8d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

simulator/generation/plan.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,10 +474,6 @@ impl ArbitraryFrom<(&SimulatorEnv, InteractionStats)> for Interactions {
474474
(env, stats): (&SimulatorEnv, InteractionStats),
475475
) -> Self {
476476
let remaining_ = remaining(env, &stats);
477-
println!(
478-
"remaining: {} {} {}",
479-
remaining_.read, remaining_.write, remaining_.create
480-
);
481477
frequency(
482478
vec![
483479
(

0 commit comments

Comments
 (0)