From: Claudio Sacerdoti Coen Date: Tue, 9 Jun 2009 16:59:24 +0000 (+0000) Subject: Debugging code removed. X-Git-Tag: make_still_working~3891 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=f1ecb87d00b1f4df3bdc43d5bcf1bda82cb22d7a;p=helm.git Debugging code removed. --- diff --git a/helm/software/components/cic_unification/cicRefine.ml b/helm/software/components/cic_unification/cicRefine.ml index 56e010f7b..b535b9ebe 100644 --- a/helm/software/components/cic_unification/cicRefine.ml +++ b/helm/software/components/cic_unification/cicRefine.ml @@ -1967,7 +1967,6 @@ let typecheck metasenv uri obj ~localization_tbl = let ugraph = CicUniv.oblivion_ugraph in match obj with Cic.Constant (name,Some bo,ty,args,attrs) -> -prerr_endline ("PRIMA: " ^ CicPp.ppobj obj); (* CSC: ugly code. Here I need to retrieve in advance the loc of bo since type_of_aux' destroys localization information (which are preserved by type_of_aux *)