From: denes Date: Wed, 24 Jun 2009 17:02:25 +0000 (+0000) Subject: Removed debug printing X-Git-Tag: make_still_working~3807 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=f94fa6952bef2cbbbdaa26024bc1edaa8cfe48de;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 afefb61b6..787bb522e 100644 --- a/helm/software/components/ng_paramodulation/paramod.ml +++ b/helm/software/components/ng_paramodulation/paramod.ml @@ -1,5 +1,5 @@ let debug s = - prerr_endline s + () (*prerr_endline s*) ;; let nparamod rdb metasenv subst context t table =