Skip to content

Commit

Permalink
fix(telescope): remove vim.print
Browse files Browse the repository at this point in the history
  • Loading branch information
jghauser committed Jun 1, 2024
1 parent 6fa9723 commit a562767
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/telescope/_extensions/papis/actions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ M.ref_insert_formatted = function()
actions.close(prompt_bufnr)
local papis_id = action_state.get_selected_entry().id.papis_id
local entry = db.data:get({ papis_id = papis_id })[1]
vim.print(entry)
local reference = config["formatter"]["format_references_fn"](entry)

vim.api.nvim_put({ reference }, "", false, true)
Expand Down

0 comments on commit a562767

Please sign in to comment.