removed unnecessary debug print in 'goto_jump'
This commit is contained in:
parent
8338ecd673
commit
41f8752f49
@ -294,7 +294,6 @@ M.goto_jump = function(selected, opts)
|
||||
filepath = vim.api.nvim_buf_get_name(0)
|
||||
end
|
||||
local entry = ("%s:%d:%d:"):format(filepath, tonumber(lnum), tonumber(col)+1)
|
||||
print(entry)
|
||||
M.file_edit({ entry }, opts)
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user