mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
remove debug msg
This commit is contained in:
parent
5d07d456dc
commit
55b2fa00f4
1 changed files with 0 additions and 1 deletions
|
|
@ -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 *)
|
(* we define these terms so their value in the model make sense *)
|
||||||
let le = as_linexp t |> LE.map ~f:recurse in
|
let le = as_linexp t |> LE.map ~f:recurse in
|
||||||
Term.Tbl.add self.simp_defined t (box_t, le);
|
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
|
let le_comb, le_const = LE.comb le, LE.const le in
|
||||||
if A.Q.equal le_const A.Q.zero then
|
if A.Q.equal le_const A.Q.zero then
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue