mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-13 17:40:25 +00:00
revert get_length log changes
This commit is contained in:
parent
f139d79a75
commit
ad6a51d081
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user