about summary refs log tree commit diff stats
path: root/013update_operation.cc
diff options
context:
space:
mode:
Diffstat (limited to '013update_operation.cc')
-rw-r--r--013update_operation.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/013update_operation.cc b/013update_operation.cc
index a8feb065..2139d82a 100644
--- a/013update_operation.cc
+++ b/013update_operation.cc
@@ -7,6 +7,7 @@ Transform.push_back(update_instruction_operations);
 :(code)
 void update_instruction_operations(recipe_ordinal r) {
   trace(9991, "transform") << "--- compute instruction operations for recipe " << get(Recipe, r).name << end();
+//?   cerr << "--- compute instruction operations for recipe " << get(Recipe, r).name << '\n';
   for (long long int index = 0; index < SIZE(get(Recipe, r).steps); ++index) {
     instruction& inst = get(Recipe, r).steps.at(index);
     if (inst.is_label) continue;