From 9a74879d3118bdbe53d055740e76696435f75bff Mon Sep 17 00:00:00 2001 From: Omar Zeghouani <59267627+ram02z@users.noreply.github.com> Date: Sat, 21 Aug 2021 09:46:03 +0100 Subject: [PATCH] Remove print statement --- lua/symbols-outline/ui.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/symbols-outline/ui.lua b/lua/symbols-outline/ui.lua index a1e2e42..1a97ae0 100644 --- a/lua/symbols-outline/ui.lua +++ b/lua/symbols-outline/ui.lua @@ -40,7 +40,6 @@ function M.setup_highlights() local comment_fg_gui = vim.fn.synIDattr(vim.fn.synIDtrans(vim.fn.hlID('Comment')), 'fg', 'gui') local comment_fg_cterm = vim.fn.synIDattr(vim.fn.synIDtrans(vim.fn.hlID('Comment')), 'fg', 'cterm') - print(comment_fg_gui) if vim.fn.hlexists('SymbolsOutlineConnector') == 0 then vim.cmd(string.format('hi SymbolsOutlineConnector ctermfg=%s guifg=%s',