Remove debug lines
This commit is contained in:
parent
eb35a87cdb
commit
a3ffcedf8e
2 changed files with 0 additions and 2 deletions
|
|
@ -101,7 +101,6 @@ function M.get_all_nodes(query, lang, _, bufnr, pos_row, _)
|
|||
sCol = sCol + 1
|
||||
eCol = eCol + 1
|
||||
elseif op == "parameters" then
|
||||
print(node)
|
||||
parameters_node = node
|
||||
elseif op == "fields" then
|
||||
fields_node = node
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ return function(_)
|
|||
for i in ns.struct_properties.parameters_node:iter_children() do
|
||||
if i:type() == "type_parameter_declaration" then
|
||||
for j in i:iter_children() do
|
||||
print("j: ", j:type())
|
||||
if j:type() == "identifier" then
|
||||
table.insert(parameter_identifiers, vim.treesitter.get_node_text(j, 1))
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue