no need for tracing
authorblanchet
Tue, 18 Dec 2012 00:17:37 +0100
changeset 50589 42f3630a6a0f
parent 50588 074e937459b6
child 50590 9d2f223ab6d9
no need for tracing
src/HOL/TPTP/mash_eval.ML
--- a/src/HOL/TPTP/mash_eval.ML	Mon Dec 17 22:09:48 2012 +0100
+++ b/src/HOL/TPTP/mash_eval.ML	Tue Dec 18 00:17:37 2012 +0100
@@ -37,7 +37,7 @@
   let
     val report_path = report_file_name |> Path.explode
     val _ = File.write report_path ""
-    fun print s = (tracing s; File.append report_path (s ^ "\n"))
+    fun print s = File.append report_path (s ^ "\n")
     val {provers, max_facts, slice, type_enc, lam_trans, timeout, ...} =
       default_params ctxt []
     val prover = hd provers