about summary refs log tree commit diff stats
path: root/029tools.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-08-02 20:08:35 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-08-02 20:38:12 -0700
commit37900254f083364dcfbb80cf7119c230a0b603d6 (patch)
tree2a720b8dfda5655134664057408e4fa0582ee66a /029tools.cc
parent7f402c85eb34a739055dc3e5bb4be337169ec68c (diff)
downloadmu-37900254f083364dcfbb80cf7119c230a0b603d6.tar.gz
1922
Diffstat (limited to '029tools.cc')
-rw-r--r--029tools.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/029tools.cc b/029tools.cc
index 587818ea..de4b488c 100644
--- a/029tools.cc
+++ b/029tools.cc
@@ -22,7 +22,7 @@ case TRACE: {
   else if (SIZE(ingredients) == 1) {
     assert(is_literal(current_instruction().ingredients.at(0)));
     string message = current_instruction().ingredients.at(0).name;
-    cerr << "tracing " << message << '\n';
+//?     cerr << "tracing " << message << '\n'; //? 1
     trace(1, "app") << message << end();
   }
   else {