mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-06-09 05:15:09 +00:00
chore: reduce log level to trace in pickers.lua (#2124)
(cherry picked from commit c6cd725bc0)
This commit is contained in:
committed by
Simon Hauser
parent
760c779bb7
commit
028dc2799d
@@ -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]
|
||||
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
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user