mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-26 11:45:08 +00:00
Omit debug(0) log message on invalid completion, leftover from debugging
This commit is contained in:
parent
4caf4ec5e5
commit
3889079f48
1 changed files with 1 additions and 1 deletions
|
@ -882,7 +882,7 @@ bool completer_t::complete_param(const wcstring &scmd_orig, const wcstring &spop
|
||||||
//This prevents errors caused during the execution of completion providers for
|
//This prevents errors caused during the execution of completion providers for
|
||||||
//tools that do not exist. Applies to both manual completions ("cm<TAB>", "cmd <TAB>")
|
//tools that do not exist. Applies to both manual completions ("cm<TAB>", "cmd <TAB>")
|
||||||
//and automatic completions ("gi" autosuggestion provider -> git)
|
//and automatic completions ("gi" autosuggestion provider -> git)
|
||||||
debug(0, "Skipping completions for non-existent head\n");
|
// debug(0, "Skipping completions for non-existent head\n");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
run_on_main_thread([&]() {
|
run_on_main_thread([&]() {
|
||||||
|
|
Loading…
Reference in a new issue