revert get_length log changes

This commit is contained in:
Raigo Jerva 2021-05-12 20:08:47 +03:00
parent f139d79a75
commit ad6a51d081
No known key found for this signature in database
GPG Key ID: 2156679E782853EC

View File

@ -264,10 +264,8 @@ M.get_marked_file_name = function(idx)
end
M.get_length = function()
log.trace("M.get_length()")
local length = table.maxn(harpoon.get_mark_config().marks)
log.debug("M.get_length():", length)
return length
log.trace("get_length()")
return table.maxn(harpoon.get_mark_config().marks)
end
M.set_current_at = function(idx)