about summary refs log tree commit diff stats
path: root/020run.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-08 14:04:57 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-08 14:04:57 -0800
commit785a60fae9e2c55951f6c2053640c4d1da1174cf (patch)
tree068ca3f41d88682be6858cc5160d442802709095 /020run.cc
parentebdf923d2dd8c75d1391f3523825ab5cb36a6405 (diff)
downloadmu-785a60fae9e2c55951f6c2053640c4d1da1174cf.tar.gz
2398
Diffstat (limited to '020run.cc')
-rw-r--r--020run.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/020run.cc b/020run.cc
index 1a822be1..fad6a5b0 100644
--- a/020run.cc
+++ b/020run.cc
@@ -134,8 +134,8 @@ inline bool routine::completed() const {
 
 //: Step 1: load all .mu files with numeric prefixes (in order)
 :(before "End Load Recipes")
-Trace_file = "interactive";
-START_TRACING_UNTIL_END_OF_SCOPE;
+//? Trace_file = "interactive";
+//? START_TRACING_UNTIL_END_OF_SCOPE;
 load_permanently("core.mu");
 transform_all();