]> matita.cs.unibo.it Git - helm.git/commitdiff
Debugging back to false
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 5 Jul 2005 15:46:36 +0000 (15:46 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 5 Jul 2005 15:46:36 +0000 (15:46 +0000)
helm/ocaml/cic_disambiguation/disambiguate.ml

index 9896db7c91ace4970253a72f9db435aff45bea52..62382c8975d328fae6b22ed6574851918008e584 100644 (file)
@@ -35,7 +35,7 @@ exception PathNotWellFormed
   (** 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
 
 (*