tuned messages: implement "verbose = false", but there is no theory output anyway;
authorwenzelm
Mon, 05 Dec 2022 15:36:03 +0100
changeset 76562 9c5780693350
parent 76558 d6a2a8bc40e1
child 76563 89cd466e063d
tuned messages: implement "verbose = false", but there is no theory output anyway;
src/Tools/jEdit/src/document_dockable.scala
--- a/src/Tools/jEdit/src/document_dockable.scala	Mon Dec 05 15:19:52 2022 +0100
+++ b/src/Tools/jEdit/src/document_dockable.scala	Mon Dec 05 15:36:03 2022 +0100
@@ -39,7 +39,6 @@
       Delay.first(PIDE.options.seconds("editor_update_delay"), gui = true) { update() }
 
     override def echo(msg: String): Unit = { syslog += msg; delay.invoke() }
-    override def theory(theory: Progress.Theory): Unit = echo(theory.message)
 
     def load(): Unit = {
       val path = document_output().log