diff --git a/lua/ale/lsp.lua b/lua/ale/lsp.lua index 843af468..b525ad64 100644 --- a/lua/ale/lsp.lua +++ b/lua/ale/lsp.lua @@ -1,7 +1,5 @@ local module = {} -vim.lsp.set_log_level("debug") - module.start = function(config) -- Neovim's luaeval sometimes adds a Boolean key to table we need to remove. if config.init_options[true] ~= nil then