]> matita.cs.unibo.it Git - helm.git/commitdiff
disabled debugging info
authorStefano Zacchiroli <zack@upsilon.cc>
Wed, 10 Nov 2004 12:02:27 +0000 (12:02 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Wed, 10 Nov 2004 12:02:27 +0000 (12:02 +0000)
helm/ocaml/cic_disambiguation/disambiguate.ml

index 87ff805ade35263e2c25bc70a31924afa75125d4..0c57754f6f4ddbb85e8c6a8eace5a048eb819c11 100644 (file)
@@ -34,7 +34,7 @@ exception NoWellTypedInterpretation
   (** raised when an environment is not enough informative to decide *)
 exception Try_again
 
-let debug = true
+let debug = false
 let debug_print = if debug then prerr_endline else ignore
 
 (*