From c4db0d0c2eb7e2053f9b555e319b81eda19336ac Mon Sep 17 00:00:00 2001 From: Alexander Bandukwala <7h3kk1d@gmail.com> Date: Wed, 16 Oct 2024 09:15:32 -0400 Subject: [PATCH] Remove debug comment --- src/haz3lcore/dynamics/Elaborator.re | 1 - 1 file changed, 1 deletion(-) diff --git a/src/haz3lcore/dynamics/Elaborator.re b/src/haz3lcore/dynamics/Elaborator.re index 1e36af36b1..b64d171d27 100644 --- a/src/haz3lcore/dynamics/Elaborator.re +++ b/src/haz3lcore/dynamics/Elaborator.re @@ -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(_)