about summary refs log tree commit diff stats
path: root/082scenario_screen.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-19 09:02:08 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-19 09:22:46 -0800
commit8a0f55cdffc03ee10b0d7b6740db89e622b4c1c1 (patch)
tree3e39855d068a727b5fa5afd18786707206dcd7d2 /082scenario_screen.cc
parentdc26989108c306260345b20e4e4f73c4411e5a2e (diff)
downloadmu-8a0f55cdffc03ee10b0d7b6740db89e622b4c1c1.tar.gz
2463 - make edit/ robust to errors in client code
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;