removed unnecessary debug print in 'goto_jump'

main
bhagwan 2 years ago
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…
Cancel
Save