From 5813bcfc7d5c368514554d712da45584b5114f0b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 18 Oct 2016 10:44:40 -0700 Subject: 3520 Drop a few debug prints. Hopefully now we need never duplicate trace statements and can instead just dump them to screen. I'll soon need the ability to selectively dump traces for a specific label. --- 062convert_ingredients_to_text.cc | 1 - 1 file changed, 1 deletion(-) (limited to '062convert_ingredients_to_text.cc') diff --git a/062convert_ingredients_to_text.cc b/062convert_ingredients_to_text.cc index 222203a8..a223992b 100644 --- a/062convert_ingredients_to_text.cc +++ b/062convert_ingredients_to_text.cc @@ -60,7 +60,6 @@ Transform.push_back(convert_ingredients_to_text); void convert_ingredients_to_text(recipe_ordinal r) { recipe& caller = get(Recipe, r); trace(9991, "transform") << "--- convert some ingredients to text in recipe " << caller.name << end(); -//? cerr << "--- convert some ingredients to text in recipe " << caller.name << '\n'; // in recipes without named locations, 'stash' is still not extensible if (contains_numeric_locations(caller)) return; convert_ingredients_to_text(caller); -- cgit 1.4.1-2-gfad0