]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/cicReduction.ml
Debugging code turned off.
[helm.git] / helm / ocaml / cic_proof_checking / cicReduction.ml
index 29762b86d32d937bc0a2ec6932bce82cb879ebaf..0229f23386bf39d0d0ed3a5cee7b8f1919c05760 100644 (file)
@@ -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;;