]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matita.ml
mah...matita.ml
[helm.git] / helm / matita / matita.ml
index 0178982e9b6de2a83a2cdcf6726324821318bbe2..a422ece1655ba7321d9ce31d1cb5fb68aaf74d0a 100644 (file)
@@ -146,11 +146,12 @@ let _ =
       (fun _ ->
          let nb = gui#main#hintNotebook in
          nb#goto_page ((nb#current_page + 1) mod 3));
+         (*
     addDebugItem "print (on stdout) \"statement\" grammar entry"
       (fun _ ->
         Grammar.print_entry Format.std_formatter
           (Grammar.Entry.obj CicTextualParser2.statement);
-        Format.pp_print_flush Format.std_formatter ());
+        Format.pp_print_flush Format.std_formatter ());*)
   end
 
   (** </DEBUGGING> *)