From 48afaef59db6831345f7a13bd0d66a2c06bc2b80 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Mon, 5 Jul 2004 07:04:13 +0000 Subject: [PATCH] commented out some debugging instructions --- helm/ocaml/tactics/variousTactics.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/ocaml/tactics/variousTactics.ml b/helm/ocaml/tactics/variousTactics.ml index ccbf6c63c..d89f702fc 100644 --- a/helm/ocaml/tactics/variousTactics.ml +++ b/helm/ocaml/tactics/variousTactics.ml @@ -220,13 +220,13 @@ let rec auto_new mqi_handle = function let auto_tac mqi_handle = - CicMetaSubst.reset_counters (); +(* CicMetaSubst.reset_counters (); *) let auto_tac mqi_handle (proof,goal) = prerr_endline "Entro in Auto"; try let (proof,_)::_ = auto_new mqi_handle [(proof, [(goal,depth)])] in prerr_endline "AUTO_TAC HA FINITO"; - CicMetaSubst.print_counters (); +(* CicMetaSubst.print_counters (); *) (proof,[]) with | NoOtherChoices -> -- 2.39.2