]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matita.ml
implemented copy/cut/paste/delete/pastePattern
[helm.git] / helm / matita / matita.ml
index efaaa57074fe0d71261321426daaa3bfac2b70cd..1f49c1ac5883feedc608b162bf6e02adb445288e 100644 (file)
@@ -117,9 +117,9 @@ let _ =
       List.iter (fun (u,_,_) -> 
         prerr_endline (UriManager.string_of_uri u)) 
         (CicEnvironment.list_obj ()));
-    addDebugItem "print selections" (fun () ->
+(*     addDebugItem "print selections" (fun () ->
       let cicMathView = MatitaMathView.cicMathView_instance () in
-      List.iter HLog.debug (cicMathView#string_of_selections));
+      List.iter HLog.debug (cicMathView#string_of_selections)); *)
     addDebugItem "dump script status" script#dump;
     addDebugItem "dump configuration file to ./foo.conf.xml" (fun _ ->
       Helm_registry.save_to "./foo.conf.xml");