removing debug code in mutabelle
authorbulwahn
Tue, 14 Feb 2012 17:59:10 +0100
changeset 46479 837f79bdd3c4
parent 46478 cf1bcfb34c82
child 46480 24990fae5f92
removing debug code in mutabelle
src/HOL/Mutabelle/mutabelle.ML
--- a/src/HOL/Mutabelle/mutabelle.ML	Tue Feb 14 17:58:51 2012 +0100
+++ b/src/HOL/Mutabelle/mutabelle.ML	Tue Feb 14 17:59:10 2012 +0100
@@ -43,14 +43,6 @@
  end;
 
 
-(*possibility to print a given term for debugging purposes*)
-
-fun prt x = Pretty.writeln (Syntax.pretty_term_global @{theory Main} x);
-
-val debug = (Unsynchronized.ref false);
-fun debug_msg mutterm = if (!debug) then (prt mutterm) else ();
-
-
 (*thrown in case the specified path doesn't exist in the specified term*)
 
 exception WrongPath of string;