Skip to content

Commit 40adbcf

Browse files
committed
fix: remove log
1 parent e08773d commit 40adbcf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/splitjoin.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ local function get_operable_node_under_cursor(bufnr, winnr)
2626
tsparser:parse()
2727
local langtree = tsparser:language_for_range(cursor_range);
2828
local tstree = langtree:tree_for_range(cursor_range, { ignore_injections = false }) or langtree:trees()[1]
29-
vim.notify(langtree:lang())
3029
if not tstree then return nil, nil end
3130
local lang = langtree:lang()
3231
local query = get_query(lang, 'splitjoin')

0 commit comments

Comments
 (0)