src/Pure/System/build.ML
changeset 48513 ace120a2cb70
parent 48512 a69d7dc49f41
child 48516 c5d0f19ef7cb
--- a/src/Pure/System/build.ML	Thu Jul 26 13:35:31 2012 +0200
+++ b/src/Pure/System/build.ML	Thu Jul 26 13:38:43 2012 +0200
@@ -66,8 +66,7 @@
         (space_explode ":" (Options.string options "document_variants"))
         parent_base_name base_name
         (not (Options.bool options "document_dump_only"), Options.string options "document_dump")
-        (Options.string options "browser_info_remote")
-        verbose;
+        "" verbose;
     val _ = Session.with_timing name timing (List.app use_theories) theories;
     val _ = Session.finish ();
     val _ = if do_output then () else quit ();