]> matita.cs.unibo.it Git - helm.git/commitdiff
removed a useless printing
authorEnrico Tassi <enrico.tassi@inria.fr>
Fri, 29 Sep 2006 11:22:39 +0000 (11:22 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Fri, 29 Sep 2006 11:22:39 +0000 (11:22 +0000)
helm/software/components/metadata/metadataConstraints.ml

index 785f73fe4a326aa88b4f63e9ad9399baeeebe7e8..f9766a7350e12bf652bd69e727a183c399e6f817 100644 (file)
@@ -547,7 +547,7 @@ let compute_with_only ~(dbd:HMysql.dbd) ?(facts=false) ?(where = `Conclusion)
     in
 (*     Printf.fprintf stderr "all: %d\n" (List.length all);flush_all (); *)
     List.filter (function (_,uri) -> 
-      prerr_endline ("W" ^UriManager.string_of_uri uri);
+(*       prerr_endline ("W" ^UriManager.string_of_uri uri); *)
       at_most ~dbd ~where constants uri) all 
     in
   let equal_to = compute_exactly ~dbd ~facts ~where main prefixes in