]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/metadata/metadataConstraints.ml
removed debugging print
[helm.git] / helm / ocaml / metadata / metadataConstraints.ml
index 870a57d90689346fcc0089a75e75ef2f0b790d67..32e34a40a1592e8b278aedd0c75093d3d5c9fea1 100644 (file)
@@ -163,7 +163,7 @@ let at_least ~(dbd:Mysql.dbd) ?concl_card ?full_card ?diff tables
  *)
     sprintf "select table0.source from %s where %s" from where
   in
-  prerr_endline query;
+(*   prerr_endline query; *)
   let result = Mysql.exec dbd query in
   Mysql.map result
     (fun row -> match row.(0) with Some s -> s | _ -> assert false)