1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:40:06 +08:00

perf(guide): remove debug info

This commit is contained in:
Eric Wong 2024-06-15 15:18:01 +08:00
parent ea4fb98400
commit 0230993946

View File

@ -317,7 +317,6 @@ local function calc_layout()
ret.n_items = vim.fn.len(smap) ret.n_items = vim.fn.len(smap)
local length = {} local length = {}
log.debug('smap is:' .. vim.inspect(smap))
for k, _ in pairs(smap) do for k, _ in pairs(smap) do
table.insert(length, vim.fn.strdisplaywidth(get_displaystring(k))) table.insert(length, vim.fn.strdisplaywidth(get_displaystring(k)))
end end