]> matita.cs.unibo.it Git - helm.git/commitdiff
removed old debugging prints
authorStefano Zacchiroli <zack@upsilon.cc>
Mon, 29 Nov 2004 12:30:09 +0000 (12:30 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Mon, 29 Nov 2004 12:30:09 +0000 (12:30 +0000)
helm/gTopLevel/termViewer.ml

index b6ca2a532922e3cb42b1b4f7796d51a78dcfa8bb..8a7bb0901d09c511edf17b34430bb3a87bab404c 100644 (file)
@@ -127,9 +127,7 @@ class sequent_viewer ~(mml_of_cic_sequent:mml_of_cic_sequent) obj =
    let sequent_mml,(ids_to_terms,ids_to_father_ids,ids_to_hypotheses) =
      mml_of_cic_sequent metasenv sequent
    in
-prerr_endline "PRIMA DI SALVARE IL FILE" ;
     self#load_root ~root:sequent_mml#get_documentElement ;
-prerr_endline "SALVO IL FILE IN TEMP" ;
 ignore (Misc.domImpl#saveDocumentToFile ~name:"/tmp/pippo" ~doc:sequent_mml ());
      current_infos <-
       Some (ids_to_terms,ids_to_father_ids,ids_to_hypotheses)