about summary refs log tree commit diff stats
path: root/082scenario_screen.cc
diff options
context:
space:
mode:
Diffstat (limited to '082scenario_screen.cc')
-rw-r--r--082scenario_screen.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/082scenario_screen.cc b/082scenario_screen.cc
index a82862c0..8df0a560 100644
--- a/082scenario_screen.cc
+++ b/082scenario_screen.cc
@@ -158,6 +158,8 @@ case SCREEN_SHOULD_CONTAIN: {
 }
 :(before "End Primitive Recipe Implementations")
 case SCREEN_SHOULD_CONTAIN: {
+//?   cerr << SIZE(get(Recipe_variants, "insert")) << '\n';
+//?   cerr << debug_string(get(Recipe, get(Recipe_ordinal, "insert_4"))) << '\n';
   if (!Passed) break;
   check_screen(current_instruction().ingredients.at(0).name, -1);
   break;