]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_tactics/nnAuto.ml
Debugging code commented out.
[helm.git] / matita / components / ng_tactics / nnAuto.ml
index 020b819c93ac8df0a5388e7de764bc75a6053b2c..7d57a9785ed8b9c7f0891d527944f9fdc48638a6 100644 (file)
@@ -1710,7 +1710,7 @@ let auto_tac ~params:(univ,flags) ?(trace_ref=ref []) status =
   app_counter:= 0;
   let rec up_to x y =
     if x > y then
-      (print(lazy
+      (debug_print(lazy
         ("TIME ELAPSED:"^string_of_float(Unix.gettimeofday()-.initial_time)));
        debug_print(lazy
         ("Applicative nodes:"^string_of_int !app_counter));