removed debugging output
authorimmler@in.tum.de
Sun, 30 Nov 2008 19:32:17 +0100
changeset 34394 7878d1100510
parent 34393 f0e1608a774f
child 34395 287f3ecdfc2a
removed debugging output
src/Tools/jEdit/src/prover/Command.scala
--- a/src/Tools/jEdit/src/prover/Command.scala	Sun Nov 30 19:18:59 2008 +0100
+++ b/src/Tools/jEdit/src/prover/Command.scala	Sun Nov 30 19:32:17 2008 +0100
@@ -62,7 +62,6 @@
   val root_node = {
     val content = Plugin.plugin.prover.document.getContent(this)
     val ra = new RelativeAsset(this, 0, stop - start, "command", content)
-    System.err.println(start + "-" + stop + ": " + content)
     new DefaultMutableTreeNode(ra)
   }