aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/rpc.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2020-09-01 20:50:08 -0700
committerGitHub <noreply@github.com>2020-09-01 20:50:08 -0700
commit948e625e1ecbdb1d4771e1481b3d6534b21250c9 (patch)
tree622ca61ba645ae0be4346efa4045a2934097cdb4 /runtime/lua/vim/lsp/rpc.lua
parente86b15b25c70070faf224d97073b6e5c4b032a91 (diff)
parent3b1db74963e30ad73b364746cf589cefa778b940 (diff)
downloadrneovim-948e625e1ecbdb1d4771e1481b3d6534b21250c9.tar.gz
rneovim-948e625e1ecbdb1d4771e1481b3d6534b21250c9.tar.bz2
rneovim-948e625e1ecbdb1d4771e1481b3d6534b21250c9.zip
Merge #12468 'lsp: logging'
Diffstat (limited to 'runtime/lua/vim/lsp/rpc.lua')
-rw-r--r--runtime/lua/vim/lsp/rpc.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/lua/vim/lsp/rpc.lua b/runtime/lua/vim/lsp/rpc.lua
index 680e1ba6ae..64080cf4f2 100644
--- a/runtime/lua/vim/lsp/rpc.lua
+++ b/runtime/lua/vim/lsp/rpc.lua
@@ -376,7 +376,6 @@ local function start(cmd, cmd_args, handlers, extra_spawn_params)
--@param params (table): Parameters for the invoked LSP method
--@returns (bool) `true` if notification could be sent, `false` if not
local function notify(method, params)
- local _ = log.debug() and log.debug("rpc.notify", method, params)
return encode_and_send {
jsonrpc = "2.0";
method = method;