removed some debugging output from trace
authorschirmer
Wed, 27 Feb 2008 16:07:55 +0100
changeset 26164 429c1917f07b
parent 26163 31e4ff2b9e5b
child 26165 3c0c69a65943
removed some debugging output from trace
src/HOL/Tools/record_package.ML
--- a/src/HOL/Tools/record_package.ML	Wed Feb 27 15:35:43 2008 +0100
+++ b/src/HOL/Tools/record_package.ML	Wed Feb 27 16:07:55 2008 +0100
@@ -994,9 +994,7 @@
   let
      val ss = HOL_basic_ss addsimps K_comp_convs; 
      val rhs = thm |> Thm.cprop_of |> Thm.dest_comb |> snd;
-     val _ = tracing ("rhs:"^(Pretty.string_of (Display.pretty_cterm rhs)));
      val rhs' = (Simplifier.rewrite ss rhs);
-     val _ = tracing ("rhs':"^(Pretty.string_of (Display.pretty_thm rhs')));
   in Thm.transitive thm rhs' end;
 in
 (* record_simproc *)