mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:30:04 +08:00
perf(guide): remove debug info
This commit is contained in:
parent
ea4fb98400
commit
0230993946
@ -317,7 +317,6 @@ local function calc_layout()
|
||||
|
||||
ret.n_items = vim.fn.len(smap)
|
||||
local length = {}
|
||||
log.debug('smap is:' .. vim.inspect(smap))
|
||||
for k, _ in pairs(smap) do
|
||||
table.insert(length, vim.fn.strdisplaywidth(get_displaystring(k)))
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user