mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
remove debug
This commit is contained in:
parent
593b693caf
commit
e99192869d
1 changed files with 0 additions and 1 deletions
|
|
@ -446,7 +446,6 @@ module Make_ = struct
|
|||
(* hashconsing + computing metadata + computing type (for new terms) *)
|
||||
let rec make_ (store : store) view : term =
|
||||
let e = { view; ty = T_ty_delayed ty_assert_false_; id = -1; flags = 0 } in
|
||||
Log.debugf 50 (fun k -> k "term.make `%a`" pp_debug_with_ids e);
|
||||
let e2 = Hcons.hashcons store.s_exprs e in
|
||||
if e == e2 then (
|
||||
(* new term, compute metadata *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue