src/HOL/Mutabelle/mutabelle.ML
changeset 46479 837f79bdd3c4
parent 46332 f62f5f1fda3b
child 47004 6f00d8a83eb7
--- 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;