about summary refs log tree commit diff stats
path: root/cpp/011load
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/011load')
-rw-r--r--cpp/011load1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/011load b/cpp/011load
index 28f63521..c111ba42 100644
--- a/cpp/011load
+++ b/cpp/011load
@@ -60,6 +60,7 @@ recipe_number add_recipe(istream& in) {
 
   instruction curr;
   while (next_instruction(in, &curr)) {
+//?     if (!curr.products.empty()) cout << curr.products[0].to_string() << '\n'; //? 1
     Recipe[r].steps.push_back(curr);
   }
   Recipe[r].name = recipe_name;