]> matita.cs.unibo.it Git - helm.git/commitdiff
debug=false
authorAndrea Asperti <andrea.asperti@unibo.it>
Fri, 7 Nov 2008 17:03:17 +0000 (17:03 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Fri, 7 Nov 2008 17:03:17 +0000 (17:03 +0000)
helm/software/components/tactics/auto.ml

index e7c11d43dfc9371613085d3ff2081562bdcccbb6..09156224ec280e4d149486521af62895e52b9587 100644 (file)
@@ -26,7 +26,7 @@
 open AutoTypes;;
 open AutoCache;;
 
-let debug = true;;
+let debug = false;;
 let debug_print s = 
   if debug then prerr_endline (Lazy.force s);;