about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--098check_type_pointers.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/098check_type_pointers.cc b/098check_type_pointers.cc
index f052b1d7..36c548a9 100644
--- a/098check_type_pointers.cc
+++ b/098check_type_pointers.cc
@@ -6,7 +6,6 @@ void check_type_pointers() {
   for (map<recipe_ordinal, recipe>::iterator p = Recipe.begin(); p != Recipe.end(); ++p) {
     if (any_type_ingredient_in_header(p->first)) continue;
     const recipe& r = p->second;
-    trace(9991, "transform") << "--- checking type and type_name pointers for recipe " << r.name << end();
     for (long long int i = 0; i < SIZE(r.steps); ++i) {
       const instruction& inst = r.steps.at(i);
       for (long long int j = 0; j < SIZE(inst.ingredients); ++j) {