]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitacleanLib.ml
Fixed a bug that prevented the removal of the XML files during the
[helm.git] / helm / matita / matitacleanLib.ml
index f8376416e706ebfad00242b502d4b49b5e25f5a8..37c87d770a1df3e836ed5745e8f675ac85e8998d 100644 (file)
@@ -117,10 +117,11 @@ let rec fix uris next =
   
 let clean_baseuris buris =
   let buris = List.map HGM.strip_trailing_slash buris in
-(*  List.iter prerr_endline buris;*)
+  (* List.iter prerr_endline buris; *)
   let l = fix [] buris in
   let l = MatitaMisc.list_uniq (List.fast_sort Pervasives.compare l) in
   let l = List.map UriManager.uri_of_string l in
+  (* List.iter (fun u -> prerr_endline (UriManager.string_of_uri u)) l; *)
   List.iter MatitaSync.remove l
   
 let is_empty buri = HG.ls (HGM.strip_trailing_slash buri ^ "/") = []