chore: remove unused code

This commit is contained in:
kiyan
2021-04-22 22:05:52 +02:00
parent 0d8e6f58ec
commit 468638e7e0

View File

@@ -206,12 +206,6 @@ local function do_paste(node, action_type, action_fn)
destination = vim.fn.fnamemodify(destination, ':p:h:h')
end
local msg = #clip..' entries'
if #clip == 1 then
msg = clip[1].absolute_path
end
for _, entry in ipairs(clip) do
local dest = utils.path_join({destination, entry.name })
do_single_paste(entry.absolute_path, dest, action_type, action_fn)