chore: reduce log level to trace in pickers.lua (#2124)
This commit is contained in:
committed by
GitHub
parent
8746347ac4
commit
c6cd725bc0
@@ -1048,7 +1048,7 @@ function Picker:update_prefix(entry, row)
|
|||||||
|
|
||||||
local line = vim.api.nvim_buf_get_lines(self.results_bufnr, row, row + 1, false)[1]
|
local line = vim.api.nvim_buf_get_lines(self.results_bufnr, row, row + 1, false)[1]
|
||||||
if not line then
|
if not line then
|
||||||
log.warn(string.format("no line found at row %d in buffer %d", row, self.results_bufnr))
|
log.trace(string.format("no line found at row %d in buffer %d", row, self.results_bufnr))
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user