From 41746b63ce3f54b64cc00fe380654bb81e5cd68e Mon Sep 17 00:00:00 2001 From: ray-x Date: Sat, 24 Apr 2021 21:31:31 +1000 Subject: [PATCH] remove logs --- lua/navigator/diagnostics.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/navigator/diagnostics.lua b/lua/navigator/diagnostics.lua index a9685fc..f9b591d 100644 --- a/lua/navigator/diagnostics.lua +++ b/lua/navigator/diagnostics.lua @@ -80,7 +80,7 @@ M.show_diagnostic = function() end end if diagnostic_list[vim.bo.filetype] ~= nil then - log(diagnostic_list[vim.bo.filetype]) + -- log(diagnostic_list[vim.bo.filetype]) -- vim.fn.setqflist({}, " ", {title = "LSP", items = diagnostic_list[vim.bo.filetype]}) local results = diagnostic_list[vim.bo.filetype] local display_items = {}