From: Enrico Tassi Date: Sat, 20 May 2006 12:20:55 +0000 (+0000) Subject: removed prerr_endline. X-Git-Tag: 0.4.95@7852~1447 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=48c72ef2ebc2334432765481f65dc0fb6756e584;p=helm.git removed prerr_endline. --- diff --git a/components/tactics/paramodulation/saturation.ml b/components/tactics/paramodulation/saturation.ml index 3bc8eb25b..5eb62666f 100644 --- a/components/tactics/paramodulation/saturation.ml +++ b/components/tactics/paramodulation/saturation.ml @@ -1311,7 +1311,6 @@ let infer_goal_set env active goals = let new' = Indexing.superposition_left env (snd active) selected in let metasenv, context, ugraph = env in let names = names_of_context context in - List.iter (fun (_,_,x) -> prerr_endline ("X: " ^ CicPp.pp x names)) new'; selected::active_goals, passive_goals @ new' | _::tl -> aux tl in