about summary refs log tree commit diff stats
path: root/cpp/050scenario.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-03 10:56:21 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-03 10:56:21 -0700
commit5fb632682510b8c2ae86a6ddcee84fe8b40bbcb5 (patch)
tree3df098ab59fc3161e78f748dfdcaae2931dfc609 /cpp/050scenario.cc
parent22b3069272c1a177e814a7c4e769e20858e2b368 (diff)
downloadmu-5fb632682510b8c2ae86a6ddcee84fe8b40bbcb5.tar.gz
1243
Diffstat (limited to 'cpp/050scenario.cc')
-rw-r--r--cpp/050scenario.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/050scenario.cc b/cpp/050scenario.cc
index dc839a10..90a4fe64 100644
--- a/cpp/050scenario.cc
+++ b/cpp/050scenario.cc
@@ -85,7 +85,7 @@ void run_mu_scenario(const scenario& s) {
   // Hackily simulate a conditional START_TRACING_UNTIL_END_OF_SCOPE.
   bool temporary_trace_file = Trace_file.empty();
   if (temporary_trace_file) Trace_file = s.name;
-  cerr << Trace_file << '\n';
+//?   cerr << Trace_file << '\n'; //? 1
   bool delete_trace_stream = !Trace_stream;
   if (delete_trace_stream) Trace_stream = new trace_stream;
 //?   START_TRACING_UNTIL_END_OF_SCOPE;