no Output.information by default, e.g. "isabelle console", "isabelle build";
authorwenzelm
Sat, 16 Jul 2016 18:56:43 +0200
changeset 63517 8ea738cffabe
parent 63516 76492eaf3dc1
child 63518 ae8fd6fe63a1
no Output.information by default, e.g. "isabelle console", "isabelle build";
src/Pure/General/output.ML
--- a/src/Pure/General/output.ML	Sat Jul 16 12:11:02 2016 +0200
+++ b/src/Pure/General/output.ML	Sat Jul 16 18:56:43 2016 +0200
@@ -124,7 +124,6 @@
   else
    (writeln_fn := (physical_writeln o implode);
     state_fn := (fn ss => ! writeln_fn ss);
-    information_fn := (fn ss => ! writeln_fn ss);
     tracing_fn := (fn ss => ! writeln_fn ss);
     warning_fn := (physical_writeln o prefix_lines "### " o implode);
     legacy_fn := (fn ss => ! warning_fn ss);