mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 18:22:45 +08:00
Remove the final two debug() calls
This commit is contained in:
parent
bff1f1aeea
commit
5ee3eeff5d
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user