]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matita.ml
debian: rebuilt against ocaml 3.08.3
[helm.git] / helm / matita / matita.ml
index 59ec55f3a2714ce82c1ba67db6d4e1f7b211a876..3052e975e5cab70b78f8a86f7137bba1cda31738 100644 (file)
@@ -95,7 +95,6 @@ let console_callback s =
     | tac -> tac
   in
   let needed_by_script ast =
-    prerr_endline (TacticAstPp.pp_tactical ast);
     match strip_locations ast with
     | A.Tactic _
     | A.Command
@@ -104,6 +103,7 @@ let console_callback s =
     | _ -> false
   in
   let ast = disambiguator#parserr#parseTactical (Stream.of_string s) in
+  debug_print (sprintf "evaluating '%s'" s);
   if needed_by_script ast then
     script#advance s
   else