Skip to content

Commit 5cc6023

Browse files
committed
fix: remove vim.print in Grapple.prune
1 parent d6f4003 commit 5cc6023

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/grapple.lua

-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ function Grapple.prune(opts)
276276
elseif #pruned_ids == 1 then
277277
vim.notify(string.format("Pruned %d save file: %s", #pruned_ids, pruned_ids[1]), vim.log.levels.INFO)
278278
else
279-
vim.print(pruned_ids)
280279
local output_tbl = vim.tbl_map(Util.with_prefix(" "), pruned_ids)
281280
local output = table.concat(output_tbl, "\n")
282281
vim.notify(string.format("Pruned %d save files\n%s", #pruned_ids, output), vim.log.levels.INFO)

0 commit comments

Comments
 (0)