remove print

This commit is contained in:
kiyan42 2020-05-17 18:23:47 +02:00
parent 55ad0957b5
commit 0ca069459a

View File

@ -52,7 +52,6 @@ local LINKS = {
function M.init_colors() function M.init_colors()
colors = get_colors() colors = get_colors()
print(vim.inspect(colors))
HIGHLIGHTS = create_hl() HIGHLIGHTS = create_hl()
for k, d in pairs(HIGHLIGHTS) do for k, d in pairs(HIGHLIGHTS) do
local gui = d.gui or 'NONE' local gui = d.gui or 'NONE'