remove debug

This commit is contained in:
Simon Cruanes 2022-08-12 23:17:15 -04:00
parent 593b693caf
commit e99192869d
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -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 *)