From abd040af0df5b79fdaa05dcbeeaf1bb759f19689 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Tue, 25 Oct 2005 12:57:59 +0000 Subject: [PATCH] Debugging code turned off. --- helm/ocaml/cic_proof_checking/cicReduction.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/ocaml/cic_proof_checking/cicReduction.ml b/helm/ocaml/cic_proof_checking/cicReduction.ml index 29762b86d..0229f2338 100644 --- a/helm/ocaml/cic_proof_checking/cicReduction.ml +++ b/helm/ocaml/cic_proof_checking/cicReduction.ml @@ -33,7 +33,7 @@ exception ReferenceToVariable;; exception ReferenceToCurrentProof;; exception ReferenceToInductiveDefinition;; -let debug = true +let debug = false let debug_print s = if debug then prerr_endline (Lazy.force s) let fdebug = ref 1;; -- 2.39.2