Skip to content

Commit 8fc7fff

Browse files
Remove debug code from table format
1 parent dcb720d commit 8fc7fff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lua/orgmode/treesitter/table.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ local function format()
7272
if not node then
7373
return false
7474
end
75-
print(node:type())
76-
print(node:type())
77-
print(node:type())
7875
local table_node = utils.get_closest_parent_of_type(node, 'table', true)
7976
if not table_node then
8077
return false

0 commit comments

Comments
 (0)