X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmatita%2Fmatita.ml;h=1f49c1ac5883feedc608b162bf6e02adb445288e;hb=7a7af8e1ed42aa440476975ec918d38f0c3d13c9;hp=efaaa57074fe0d71261321426daaa3bfac2b70cd;hpb=41be5e85a1103a5b14495bb487995a6a88e79c48;p=helm.git diff --git a/helm/matita/matita.ml b/helm/matita/matita.ml index efaaa5707..1f49c1ac5 100644 --- a/helm/matita/matita.ml +++ b/helm/matita/matita.ml @@ -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");