From: Claudio Sacerdoti Coen Date: Mon, 30 Oct 2006 17:31:31 +0000 (+0000) Subject: Debugging code is now controlled by the debug flag. X-Git-Tag: 0.4.95@7852~835 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=db9b735ff1192a7e308eaa0c073fa360f76f0ce2;p=helm.git Debugging code is now controlled by the debug flag. --- diff --git a/components/tactics/autoTactic.ml b/components/tactics/autoTactic.ml index cdfcf8c73..8e94bba86 100644 --- a/components/tactics/autoTactic.ml +++ b/components/tactics/autoTactic.ml @@ -286,7 +286,7 @@ let auto_tac_old ?(depth=default_depth) ?(width=default_width) ~(dbd:HMysql.dbd) debug_print (lazy "AUTO_TAC HA FINITO"); let _,_,p,_ = proof in debug_print (lazy (CicPp.ppterm p)); - Printf.printf "tempo: %.9f\n" (t2 -. t1); + debug_print (lazy (Printf.sprintf "tempo: %.9f\n" (t2 -. t1))); (proof,[]) | _ -> assert false in