Skip to content

Commit

Permalink
Remove debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Oct 16, 2024
1 parent 523177e commit c4db0d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/haz3lcore/dynamics/Elaborator.re
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ let rec elaborate =
elaborate(m, uexp, in_container);
let cast_from = (ty, exp) => fresh_cast(exp, ty, elaborated_type);
let (term, rewrap) = UExp.unwrap(uexp);
print_endline("elaborating " ++ UExp.show(uexp));
let dhexp =
switch (term) {
| Invalid(_)
Expand Down

0 comments on commit c4db0d0

Please sign in to comment.