]> matita.cs.unibo.it Git - helm.git/commitdiff
removed tedious debugging message
authorStefano Zacchiroli <zack@upsilon.cc>
Mon, 5 Sep 2005 15:29:34 +0000 (15:29 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Mon, 5 Sep 2005 15:29:34 +0000 (15:29 +0000)
helm/ocaml/cic_notation/cicNotationPres.ml

index e8458a0738a08f1136b090867db5aea3c55c8078..c66566613f64e57fffa33d74896337d11310c11c 100644 (file)
@@ -48,7 +48,7 @@ let rec make_attributes l1 = function
       | None -> make_attributes (List.tl l1) tl
       | Some s ->
           let p,n = List.hd l1 in
-          prerr_endline (Printf.sprintf "make_attributes %s %s" n s);
+(*           prerr_endline (Printf.sprintf "make_attributes %s %s" n s); *)
           hd := None;
           (p,n,s) :: make_attributes (List.tl l1) tl)