]> matita.cs.unibo.it Git - helm.git/commitdiff
commented out a debugging message
authorStefano Zacchiroli <zack@upsilon.cc>
Mon, 23 Feb 2004 16:04:24 +0000 (16:04 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Mon, 23 Feb 2004 16:04:24 +0000 (16:04 +0000)
helm/ocaml/cic_transformations/tacticAst2Box.ml

index 3c4026f95137deba0ecb6da57323c2cfd5f43770..5d8fae1b6f463961d2610e80199602172ad158c0 100644 (file)
@@ -93,7 +93,7 @@ let rec count_tactic current_size tac =
 
 let is_big_tac tac =
   let n = (count_tactic 0 tac) in
-  prerr_endline ("Lunghezza: " ^ (string_of_int n));
+(*   prerr_endline ("Lunghezza: " ^ (string_of_int n)); *)
   n > maxsize
 ;;