mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2025-01-01 12:49:15 -06:00
fix: remove debug statement
This commit is contained in:
parent
61798616a1
commit
18d8356524
@ -54,7 +54,6 @@ local function is_in_table(tbl, val)
|
||||
end
|
||||
|
||||
M.is_supported=function (lang)
|
||||
print(vim.inspect(lang))
|
||||
return is_in_table(M.tbl_filetypes,lang)
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user