]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_tactics/nnAuto.ml
Disabled debug.
[helm.git] / matita / components / ng_tactics / nnAuto.ml
index 0b3cd9361fadac7af05dbcfbc3d53f73f4bf2f4f..72099fbd3ead131956f9ad0e1c142a389ef3c3c6 100644 (file)
@@ -14,7 +14,7 @@ open Printf
 let print ?(depth=0) s = 
   prerr_endline (String.make (2*depth) ' '^Lazy.force s) 
 let noprint ?(depth=0) _ = () 
-let debug_print = print
+let debug_print = noprint
 
 open Continuationals.Stack
 open NTacStatus