about summary refs log tree commit diff stats
path: root/082scenario_screen.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-02-25 20:47:42 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-25 20:47:42 -0800
commitd0e29245f9d37256093026d5080452db8a694136 (patch)
tree0f6658fa7dc42e7ac30c0641d1bcd562c332f3ec /082scenario_screen.cc
parentdcc060c7d4ef56b978beb34ddce8d8ffcec94fa6 (diff)
downloadmu-d0e29245f9d37256093026d5080452db8a694136.tar.gz
2707
Diffstat (limited to '082scenario_screen.cc')
-rw-r--r--082scenario_screen.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/082scenario_screen.cc b/082scenario_screen.cc
index 89562f6a..1847cdaf 100644
--- a/082scenario_screen.cc
+++ b/082scenario_screen.cc
@@ -165,8 +165,6 @@ 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;
   assert(scalar(ingredients.at(0)));
   check_screen(current_instruction().ingredients.at(0).name, -1);