fix(picker): remove debug

This commit is contained in:
Folke Lemaitre 2025-02-14 17:23:00 +01:00
parent 45a6f8d1ee
commit a23b10e6ca
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -465,7 +465,6 @@ function Placement:render_grid(loc)
end
if self.opts.inline then
dd(loc, self.opts)
vim.api.nvim_buf_clear_namespace(self.buf, self.ns, 0, -1)
self.extmark_id = vim.api.nvim_buf_set_extmark(self.buf, self.ns, loc[1] - 1, loc[2], {
id = self.extmark_id,