summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorpixel <edwardoliverthomas@gmail.com>2026-02-08 23:50:50 +0000
committerpixel <edwardoliverthomas@gmail.com>2026-02-09 15:13:50 +0000
commitff9b1957688b416570df1eaf8dc3df8902bdc092 (patch)
tree61cedbd742db2a87dd03a685f94d8e61e8ed028c /lua
parent33bad88948f9a27ad10c7860e87f9b3bb199154b (diff)
downloada4-ff9b1957688b416570df1eaf8dc3df8902bdc092.tar.xz
a4-ff9b1957688b416570df1eaf8dc3df8902bdc092.zip
fix(lsp): remove debug code in lsp.lua causing init failure
Diffstat (limited to 'lua')
-rw-r--r--lua/99/editor/lsp.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/lua/99/editor/lsp.lua b/lua/99/editor/lsp.lua
index 8ef0751..85e17de 100644
--- a/lua/99/editor/lsp.lua
+++ b/lua/99/editor/lsp.lua
@@ -1041,11 +1041,6 @@ function Lsp._format_exports(
return table.concat(out, "\n")
end
-local imports = ts.imports(0)
-Lsp.stringify_definition_exports_from_node(0, imports[1], function(s)
- print("s", s.results)
-end)
-
return {
Lsp = Lsp,
}