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, 0 insertions, 2 deletions
diff --git a/012transform.cc b/012transform.cc
index f3c76e38..614e53ed 100644
--- a/012transform.cc
+++ b/012transform.cc
@@ -15,7 +15,6 @@ vector<transform_fn> Transform;
 
 :(code)
 void transform_all() {
-//?   cerr << "AAA transform_all\n"; //? 2
   for (long long int t = 0; t < SIZE(Transform); ++t) {
     for (map<recipe_ordinal, recipe>::iterator p = Recipe.begin(); p != Recipe.end(); ++p) {
       recipe& r = p->second;
@@ -29,7 +28,6 @@ void transform_all() {
 }
 
 void parse_int_reagents() {
-//?   cout << "parse_int_reagents\n"; //? 1
   for (map<recipe_ordinal, recipe>::iterator p = Recipe.begin(); p != Recipe.end(); ++p) {
     recipe& r = p->second;
     if (r.steps.empty()) continue;