]> matita.cs.unibo.it Git - helm.git/commitdiff
Removed debug printing
authordenes <??>
Tue, 23 Jun 2009 17:10:40 +0000 (17:10 +0000)
committerdenes <??>
Tue, 23 Jun 2009 17:10:40 +0000 (17:10 +0000)
helm/software/components/ng_paramodulation/paramod.ml

index fc44be0486e990d399f1dd48a9e382fb0b0dea93..73e9809d3ae2d0569761aaac9b00d90bffcdeeae 100644 (file)
@@ -1,7 +1,7 @@
 (* LOOPING : COL057-1.ma *)
 
 let debug s =
-   prerr_endline s
+   () (* prerr_endline s *)
 ;;
 
 let nparamod rdb metasenv subst context t table =