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. --- 045closure_name.cc | 1 - 1 file changed, 1 deletion(-) (limited to '045closure_name.cc') diff --git a/045closure_name.cc b/045closure_name.cc index cf96d7c6..4c813d4b 100644 --- a/045closure_name.cc +++ b/045closure_name.cc @@ -38,7 +38,6 @@ Transform.push_back(collect_surrounding_spaces); // idempotent :(code) void collect_surrounding_spaces(const recipe_ordinal r) { trace(9991, "transform") << "--- collect surrounding spaces for recipe " << get(Recipe, r).name << end(); -//? cerr << "--- collect surrounding spaces for recipe " << get(Recipe, r).name << '\n'; for (int i = 0; i < SIZE(get(Recipe, r).steps); ++i) { const instruction& inst = get(Recipe, r).steps.at(i); if (inst.is_label) continue; -- cgit 1.4.1-2-gfad0