]> matita.cs.unibo.it Git - helm.git/commitdiff
Debugging disabled.
authorAndrea Asperti <andrea.asperti@unibo.it>
Thu, 18 Mar 2010 11:28:46 +0000 (11:28 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Thu, 18 Mar 2010 11:28:46 +0000 (11:28 +0000)
helm/software/components/ng_paramodulation/paramod.ml

index 4b9d29e1c59ee780ebc8631a6869d2ad0ebe3500..de32ab5ddf8b7e0fe1b8984ed4bdad4e4d4c3970 100644 (file)
@@ -13,7 +13,7 @@
 
 let print s = prerr_endline (Lazy.force s) ;; 
 let noprint s = ();;  
-let debug = print;;
+let debug = noprint;;
 
 let monster = 100;;