]> matita.cs.unibo.it Git - helm.git/blobdiff - components/metadata/metadataConstraints.ml
Debugging code is now controlled by the debug flag.
[helm.git] / components / metadata / metadataConstraints.ml
index 785f73fe4a326aa88b4f63e9ad9399baeeebe7e8..6c373f18036677cf454d256fd79e264f2161a49e 100644 (file)
@@ -546,9 +546,11 @@ let compute_with_only ~(dbd:HMysql.dbd) ?(facts=false) ?(where = `Conclusion)
           maximal_prefixes)
     in
 (*     Printf.fprintf stderr "all: %d\n" (List.length all);flush_all (); *)
+(*
     List.filter (function (_,uri) -> 
-      prerr_endline ("W" ^UriManager.string_of_uri uri);
-      at_most ~dbd ~where constants uri) all 
+      at_most ~dbd ~where constants uri) 
+*)
+    all 
     in
   let equal_to = compute_exactly ~dbd ~facts ~where main prefixes in
     greater_than @ equal_to