X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FtacticAst2Box.ml;h=5d8fae1b6f463961d2610e80199602172ad158c0;hb=c5d5bf37b1e4c4b9b499ed2cbfe27cf2ec181944;hp=3c4026f95137deba0ecb6da57323c2cfd5f43770;hpb=9766d606b71ec69594919ca34b067e268afeabf0;p=helm.git diff --git a/helm/ocaml/cic_transformations/tacticAst2Box.ml b/helm/ocaml/cic_transformations/tacticAst2Box.ml index 3c4026f95..5d8fae1b6 100644 --- a/helm/ocaml/cic_transformations/tacticAst2Box.ml +++ b/helm/ocaml/cic_transformations/tacticAst2Box.ml @@ -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 ;;