Skip to content

Commit

Permalink
delete one debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
LLMChild committed Sep 23, 2024
1 parent eb9d5d7 commit eb9351d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/gp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,6 @@ M.cmd.ChatFinder = function()
vim.cmd([[execute "normal! \<ESC>"]])
local line1 = vim.api.nvim_buf_get_mark(0, "<")[1]
local line2 = vim.api.nvim_buf_get_mark(0, ">")[1]
vim.g.lines = { line1, line2 }
if line1 == line2 then
M.helpers.delete_file(picker_files[line1])
return
Expand Down

0 comments on commit eb9351d

Please sign in to comment.