Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed May 10, 2023
1 parent e08773d commit 40adbcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/splitjoin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ local function get_operable_node_under_cursor(bufnr, winnr)
tsparser:parse()
local langtree = tsparser:language_for_range(cursor_range);
local tstree = langtree:tree_for_range(cursor_range, { ignore_injections = false }) or langtree:trees()[1]
vim.notify(langtree:lang())
if not tstree then return nil, nil end
local lang = langtree:lang()
local query = get_query(lang, 'splitjoin')
Expand Down

0 comments on commit 40adbcf

Please sign in to comment.