Skip to content

Commit

Permalink
remove excessive debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfettes committed Aug 20, 2024
1 parent c819ca1 commit 096c217
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/haz3lcore/dynamics/Stepper.re
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ let rec evaluate_pending = (~settings, s: t) => {
}
)
|> DHExp.repair_ids;
let _ = print_endline(d_loc' |> DHExp.show);
let d' = EvalCtx.compose(eo.ctx, d_loc');
let new_step = {
d,
Expand Down

0 comments on commit 096c217

Please sign in to comment.