remove debug msg

This commit is contained in:
Simon Cruanes 2023-06-26 00:40:39 -04:00
parent 5d07d456dc
commit 55b2fa00f4
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -402,7 +402,6 @@ module Make (A : ARG) = (* : S with module A = A *) struct
(* we define these terms so their value in the model make sense *)
let le = as_linexp t |> LE.map ~f:recurse in
Term.Tbl.add self.simp_defined t (box_t, le);
Log.debugf 50 (fun k -> k "COUCOU def %a as %a" Term.pp box_t LE.pp le);
let le_comb, le_const = LE.comb le, LE.const le in
if A.Q.equal le_const A.Q.zero then