From 3889079f48e170242ad21391efce2f799c348ede Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Tue, 13 Mar 2018 19:47:51 -0500 Subject: [PATCH] Omit debug(0) log message on invalid completion, leftover from debugging --- src/complete.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/complete.cpp b/src/complete.cpp index 6847015de..6d01aee9d 100644 --- a/src/complete.cpp +++ b/src/complete.cpp @@ -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", "cmd ") //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([&]() {