dropped accidental debug messages
authorhaftmann
Thu, 14 May 2009 08:22:07 +0200
changeset 31144 bdc1504ad456
parent 31143 2ce5c0c4d697
child 31147 25a3a0dd4bda
child 31148 7ba7c1f8bc22
child 31150 03a87478b89e
dropped accidental debug messages
src/HOL/Code_Eval.thy
--- a/src/HOL/Code_Eval.thy	Thu May 14 08:22:06 2009 +0200
+++ b/src/HOL/Code_Eval.thy	Thu May 14 08:22:07 2009 +0200
@@ -72,9 +72,7 @@
         map Free (Name.names Name.context "a" tys));
       val (arg, rhs) = pairself (Thm.cterm_of thy o map_types Logic.unvarifyT o Logic.varify)
         (t, (map_aterms (fn t as Free (v, ty) => HOLogic.mk_term_of ty t | t => t) o HOLogic.reflect_term) t)
-        handle TYPE (msg, tys, ts) => (tracing msg; error "")
       val cty = Thm.ctyp_of thy ty;
-      val _ = tracing (cat_lines [makestring arg, makestring rhs, makestring cty])
     in
       @{thm term_of_anything}
       |> Drule.instantiate' [SOME cty] [SOME arg, SOME rhs]