]> matita.cs.unibo.it Git - helm.git/commitdiff
removed debugging print
authorStefano Zacchiroli <zack@upsilon.cc>
Mon, 12 Sep 2005 16:20:38 +0000 (16:20 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Mon, 12 Sep 2005 16:20:38 +0000 (16:20 +0000)
helm/ocaml/cic_disambiguation/disambiguate.ml

index 919c33eb76526e31035e13721ae25e6caffb7845..85bdc689cc14e6b2d234755f5bad7f5a90c3fe78 100644 (file)
@@ -37,7 +37,7 @@ exception Try_again
 
 type aliases = bool * DisambiguateTypes.environment
 
-let debug = true
+let debug = false
 let debug_print = if debug then prerr_endline else ignore
 
 (*