author | Lars Hupel <lars.hupel@mytum.de> |
Wed, 21 May 2014 10:13:12 +0200 | |
changeset 57031 | 30ee1453a954 |
parent 57030 | b592202a45cc |
child 57032 | cf570f3ecdc1 |
--- a/src/Tools/jEdit/src/simplifier_trace_window.scala Tue May 20 22:48:15 2014 +0200 +++ b/src/Tools/jEdit/src/simplifier_trace_window.scala Wed May 21 10:13:12 2014 +0200 @@ -144,8 +144,6 @@ layout(Component.wrap(pretty_text_area)) = BorderPanel.Position.Center } - trace.entries.foreach(System.err.println) - private val tree = trace.entries.headOption match { case Some(first) => val tree = new Simplifier_Trace_Window.Root_Tree(first.parent)