From: denes Date: Tue, 23 Jun 2009 17:10:40 +0000 (+0000) Subject: Removed debug printing X-Git-Tag: make_still_working~3814 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=e34ae96116185c15fc3fdc62065122e5dd1dd338;p=helm.git Removed debug printing --- diff --git a/helm/software/components/ng_paramodulation/paramod.ml b/helm/software/components/ng_paramodulation/paramod.ml index fc44be048..73e9809d3 100644 --- a/helm/software/components/ng_paramodulation/paramod.ml +++ b/helm/software/components/ng_paramodulation/paramod.ml @@ -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 =