summaryrefslogtreecommitdiff
path: root/scratch/refresh.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scratch/refresh.lua')
-rw-r--r--scratch/refresh.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/scratch/refresh.lua b/scratch/refresh.lua
index ec59b06..680dd0b 100644
--- a/scratch/refresh.lua
+++ b/scratch/refresh.lua
@@ -12,9 +12,7 @@ function test_body()
local Lang = require("99.language")
local cursor = Point:from_cursor()
local func = ts.containing_function(0, cursor)
- local body = Lang.find_body(func.function_node, "block")
- print("body", vim.inspect(body))
end
test_body()