about summary refs log tree commit diff stats
path: root/050scenario.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-09-03 18:58:08 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-09-03 18:58:08 -0700
commite2f9979e5cc7297f89e3ff0c86860c6686e9eaab (patch)
treea5f530a268607a717310e2e4e59990abdf1107d8 /050scenario.cc
parent8f00b3470124e1d59107ee8c83a776cf86304186 (diff)
downloadmu-e2f9979e5cc7297f89e3ff0c86860c6686e9eaab.tar.gz
2137
Diffstat (limited to '050scenario.cc')
-rw-r--r--050scenario.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/050scenario.cc b/050scenario.cc
index 0274fb2e..6a323935 100644
--- a/050scenario.cc
+++ b/050scenario.cc
@@ -178,7 +178,6 @@ recipe scenario-foo [
 //: 'run' interprets a string as a set of instructions
 
 :(scenario run)
-#? % Trace_stream->dump_layer = "all";
 recipe main [
   run [
     1:number <- copy 13
9'>129 130 131 132 133 134 135 136 137 138 139 140