From 07b55308c296ec8537a176d829d161a975306e58 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Tue, 1 Feb 2005 10:05:52 +0000 Subject: [PATCH] removed debug print --- helm/ocaml/cic_unification/cicRefine.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/helm/ocaml/cic_unification/cicRefine.ml b/helm/ocaml/cic_unification/cicRefine.ml index 38e822c33..8401ad5ad 100644 --- a/helm/ocaml/cic_unification/cicRefine.ml +++ b/helm/ocaml/cic_unification/cicRefine.ml @@ -477,7 +477,6 @@ and type_of_aux' metasenv context t ugraph = match candidate with | None -> raise (Uncertain "can't solve an higher order unification problem") | Some candidate -> - prerr_endline ("CANDIDATE=" ^ (CicPp.ppterm candidate)); let s,m,u = fo_unif_subst subst context metasenv candidate outtype ugraph5 -- 2.39.2