diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-11-23 22:31:05 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-11-23 22:31:05 +0800 |
commit | 87c9daacef9600e0fd681716c0b2e21898829df7 (patch) | |
tree | 62d8d484b80714937dae138345ce2013bcb690e0 /script/provider | |
parent | 3d2dfa3775302784b632a7e147d77ff92dfd7346 (diff) | |
download | lua-language-server-87c9daacef9600e0fd681716c0b2e21898829df7.zip |
miscommit
Diffstat (limited to 'script/provider')
-rw-r--r-- | script/provider/provider.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/script/provider/provider.lua b/script/provider/provider.lua index 6509539f..ead0ca46 100644 --- a/script/provider/provider.lua +++ b/script/provider/provider.lua @@ -564,7 +564,6 @@ m.register 'textDocument/completion' { end items[i] = item end - print(util.dump(items)) return { isIncomplete = not result.complete, items = items, |