Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
alpaylan committed Jan 15, 2025
1 parent c446e29 commit ea6ad8d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions simulator/generation/plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -474,10 +474,6 @@ impl ArbitraryFrom<(&SimulatorEnv, InteractionStats)> for Interactions {
(env, stats): (&SimulatorEnv, InteractionStats),
) -> Self {
let remaining_ = remaining(env, &stats);
println!(
"remaining: {} {} {}",
remaining_.read, remaining_.write, remaining_.create
);
frequency(
vec![
(
Expand Down

0 comments on commit ea6ad8d

Please sign in to comment.