about summary refs log tree commit diff stats
path: root/012transform.cc
diff options
context:
space:
mode:
Diffstat (limited to '012transform.cc')
-rw-r--r--012transform.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/012transform.cc b/012transform.cc
index b5266ed6..7837ae67 100644
--- a/012transform.cc
+++ b/012transform.cc
@@ -37,7 +37,7 @@ void transform_all() {
       recipe& r = p->second;
       if (r.steps.empty()) continue;
       if (r.transformed_until != t-1) continue;
-//?       cerr << "  recipe " << r.name << '\n';
+      // End Transform Checks
       (*Transform.at(t))(/*recipe_ordinal*/p->first);
       r.transformed_until = t;
     }