fix: lower logging level
This commit is contained in:
@@ -241,7 +241,7 @@ function Picker:find()
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
log.info("Processing result... ", entry)
|
log.trace("Processing result... ", entry)
|
||||||
|
|
||||||
local sort_ok, sort_score = nil, 0
|
local sort_ok, sort_score = nil, 0
|
||||||
if sorter then
|
if sorter then
|
||||||
|
|||||||
Reference in New Issue
Block a user