reduced verbosity;
authorwenzelm
Wed, 18 Mar 2009 19:11:26 +0100
changeset 30571 c12484a27367
parent 30570 8fac7efcce0a
child 30572 8fbc355100f2
child 30580 cc5a55d7a5be
reduced verbosity;
src/Pure/Isar/toplevel.ML
--- a/src/Pure/Isar/toplevel.ML	Wed Mar 18 15:23:52 2009 +0100
+++ b/src/Pure/Isar/toplevel.ML	Wed Mar 18 19:11:26 2009 +0100
@@ -647,11 +647,9 @@
 
 local
 
-fun app int (tr as Transition {trans, pos, int_only, print, no_timing, ...}) =
+fun app int (tr as Transition {trans, pos, print, no_timing, ...}) =
   setmp_thread_position tr (fn state =>
     let
-      val _ = if not int andalso int_only then warning (command_msg "Interactive-only " tr) else ();
-
       fun do_timing f x = (warning (command_msg "" tr); timeap f x);
       fun do_profiling f x = profile (! profiling) f x;