]> matita.cs.unibo.it Git - helm.git/commitdiff
be more quiet (removed debugging prints)
authorAndrea Asperti <andrea.asperti@unibo.it>
Fri, 22 Oct 2004 12:21:32 +0000 (12:21 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Fri, 22 Oct 2004 12:21:32 +0000 (12:21 +0000)
helm/ocaml/mathql_generator/cGSearchPattern.ml
helm/ocaml/mathql_generator/mQueryGenerator.ml

index 33a9894d1696a824c9b5903916aae5a284ce99d6..47345e9f3bd079d9e84572224bb5848195f7e573 100644 (file)
@@ -172,6 +172,7 @@ in
 ;;
 
 (*CSC: Debugging only *)
+(* 
 let get_constraints term =
  let res = get_constraints term in
  let (objs,rels,sorts) = res in
@@ -188,7 +189,7 @@ let get_constraints term =
    (function (p, s) -> prerr_endline (text_of_pos (p:>T.full_position) ^ " " ^ U.text_of_sort s)
    ) sorts ;
   res
-;;
+;; *)
 
 let universe =
    [T.MainHypothesis; T.InHypothesis; T.MainConclusion; T.InConclusion]
index f66c42b6c05a62b9a263ca5e5dd4764ddf0905ef..dd8b00ae327aeb0248acc88a92024046320b7051 100644 (file)
@@ -114,8 +114,8 @@ let compose cl =
       | [head]       -> (f head) 
       | head :: tail -> let t = (iter f g tail) in g (f head) t
    in
-   prerr_endline "(** Compose: received constraints **)";
-   U.mathql_of_specs prerr_string cl; flush stderr;
+   (* prerr_endline "(** Compose: received constraints **)";
+   U.mathql_of_specs prerr_string cl; flush stderr; *)
    aux cl;
    let must_query =
       if ! must = [] then