Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
VoxelPrismatic committed Jun 11, 2024
1 parent bdba8e4 commit 4452508
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lua/rabbit/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ function rabbit.Redraw()
{ text = target:sub(#"rabbitmsg://" + 1), color = "RabbitMsg" },
}, i + 1)
elseif target:sub(1, 1) ~= "/" then
vim.print(target)
local rel = rabbit.RelPath(buf_path, target)
local mod = vim.split(target, ":/")[1]
screen.add_entry({
Expand Down
2 changes: 0 additions & 2 deletions lua/rabbit/plugins/reopen.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ function M.evt.BufDelete(evt, winid)
return
end

vim.print(evt)

set.sub(M.listing.persist[cwd], evt.match)
set.add(M.listing[winid], evt.match)
set.save(M.memory, M.listing.persist)
Expand Down

0 comments on commit 4452508

Please sign in to comment.