Remove the final two debug() calls

This commit is contained in:
Fabian Homborg 2020-11-07 10:20:52 +01:00
parent bff1f1aeea
commit 5ee3eeff5d
2 changed files with 2 additions and 2 deletions

View File

@ -1548,7 +1548,7 @@ void completer_t::perform_for_commandline(wcstring cmdline) {
// for autosuggestions where we don't evaluate command substitutions or variable assignments.
if (ctx.parser) {
if (ctx.parser->libdata().complete_recursion_level >= 24) {
debug(0, _(L"completion reached maximum recursion depth, possible cycle?"),
FLOGF(error, _(L"completion reached maximum recursion depth, possible cycle?"),
cmdline.c_str());
return;
}

View File

@ -359,7 +359,7 @@ static void update_fish_color_support(const environment_t &vars) {
}
} else {
support_term256 = true;
debug(2, L"256 color support enabled for TERM=%ls", term.c_str());
FLOGF(term_support, L"256 color support enabled for TERM=%ls", term.c_str());
}
} else if (cur_term != nullptr) {
// See if terminfo happens to identify 256 colors