diff options
Diffstat (limited to '029tools.cc')
-rw-r--r-- | 029tools.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/029tools.cc b/029tools.cc index fb52c7b4..7090abda 100644 --- a/029tools.cc +++ b/029tools.cc @@ -324,6 +324,6 @@ case _LOG: { for (long long int i = 0; i < SIZE(current_instruction().ingredients); ++i) { out << print_mu(current_instruction().ingredients.at(i), ingredients.at(i)); } - LOG << out.str() << "(length: " << get(Recipe_ordinal, "length") << '/' << contains_key(Recipe, get(Recipe_ordinal, "length")) << ")\n"; + LOG << out.str() << '\n'; break; } |