about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-08-15 23:06:30 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-08-15 23:06:36 -0700
commit15fd858ddf704f981492250ea82aa0450013e2cf (patch)
treec41ad7f0782d3bf86a69fc114e340ced52bf2da3
parentdd9eda264059507778485baab96b9662599098cd (diff)
downloadmu-15fd858ddf704f981492250ea82aa0450013e2cf.tar.gz
2018
Still trying to minimize the work around run-interactive so I can build
it with a sandboxed routine rather than a call in editor space.
-rw-r--r--081run_interactive.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/081run_interactive.cc b/081run_interactive.cc
index c47e0159..ac05fbad 100644
--- a/081run_interactive.cc
+++ b/081run_interactive.cc
@@ -211,7 +211,6 @@ if (must_clean_up_interactive) clean_up_interactive();
 if (must_clean_up_interactive) clean_up_interactive();
 :(code)
 void clean_up_interactive() {
-  Trace_stream->newline();  // flush trace
   Hide_warnings = false;
   Track_most_recent_products = false;
   // hack: assume collect_layers isn't set anywhere else