summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-07-05 16:29:44 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-07-05 16:29:44 +0800
commitaed744d56a684a2b014e6fcc88ecbdde9833c929 (patch)
tree4e6121103e56d7bf560f568590dd6c73ce17de78
parentc496f727d879d7661bb5a69cd0e0d484ae171d21 (diff)
downloadlua-language-server-aed744d56a684a2b014e6fcc88ecbdde9833c929.zip
删掉多余的日志
-rw-r--r--server/src/method/workspace/executeCommand.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/src/method/workspace/executeCommand.lua b/server/src/method/workspace/executeCommand.lua
index 6ae407ae..bec55e03 100644
--- a/server/src/method/workspace/executeCommand.lua
+++ b/server/src/method/workspace/executeCommand.lua
@@ -177,8 +177,6 @@ function command.solve(lsp, data)
end
end)
- log.debug(table.dump(result))
-
if not result then
return
end