autoload/lsp/lspserver.vim | 3 --- diff --git a/autoload/lsp/lspserver.vim b/autoload/lsp/lspserver.vim index 0b850552a673c207ac75867a3056e56563457e0d..88bda4b95b34ce121f46453669c96587b2914b90 100644 --- a/autoload/lsp/lspserver.vim +++ b/autoload/lsp/lspserver.vim @@ -1177,11 +1177,8 @@ def DidSaveFile(lspserver: dict, bnr: number): void # Check whether the LSP server supports the didSave notification if !lspserver.supportsDidSave # LSP server doesn't support text document synchronization - echomsg "Doesn't support didSave notification" return endif - - echomsg "Sending didSave notification" # Notification: 'textDocument/didSave' # Params: DidSaveTextDocumentParams