]> matita.cs.unibo.it Git - helm.git/commitdiff
Debugging code turned off.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 25 Oct 2005 12:57:59 +0000 (12:57 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 25 Oct 2005 12:57:59 +0000 (12:57 +0000)
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;;