remove log

This commit is contained in:
windwp 2021-06-02 09:39:59 +07:00
parent bb2efb4849
commit 4b4ac6099d

View File

@ -12,8 +12,6 @@ local function setup(opt)
end
local bracket = function(...)
print(opt.enable_check_bracket_line)
print(vim.inspect(opt))
if opt.enable_check_bracket_line == true then
return basic(...)
:with_pair(cond.check_is_bracket_line())