summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index dc733a9..7136f14 100644
--- a/main.c
+++ b/main.c
@@ -981,7 +981,6 @@ int main(int argc, char **argv) {
// this is a bit spammy
// sometimes clang is just like "this request was cancelled cuz the cursor moved"
//ted_error(ted, "LSP error: %s", lsp_response_string(r, r->error));
- } else {
// it's important that we send error responses here too.
// we don't want to be waiting around for a response that's never coming.
autocomplete_process_lsp_response(ted, r);