Omit debug(0) log message on invalid completion, leftover from debugging

This commit is contained in:
Mahmoud Al-Qudsi 2018-03-13 19:47:51 -05:00
parent 4caf4ec5e5
commit 3889079f48

View file

@ -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
//tools that do not exist. Applies to both manual completions ("cm<TAB>", "cmd <TAB>")
//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 {
run_on_main_thread([&]() {