Some more bugfixing for the contains.
[SXSI/xpathcomp.git] / main.ml
diff --git a/main.ml b/main.ml
index c53edf2..b989329 100644 (file)
--- a/main.ml
+++ b/main.ml
@@ -42,8 +42,8 @@ let main v query output =
        let auto = time XPath.Compile.compile  query in
          XPath.Ast.print Format.err_formatter query;
          Format.eprintf "\n%!";
-         (*            Format.eprintf "Internal rep of the tree is :\n%!";
-                       Tree.Binary.dump v;                           *)
+(*       Format.eprintf "Internal rep of the tree is :\n%!";
+         Tree.Binary.dump v; *)
          Printf.eprintf "Execution time : ";
          time (fun v -> ignore (TopDown.accept auto v)) v;
          Printf.eprintf "Number of nodes in the result set : %i\n" (BST.cardinal auto.result);