fix: lower logging level

This commit is contained in:
TJ DeVries
2020-08-31 19:40:06 -04:00
parent 8c5bf8c746
commit 2d63bca419

View File

@@ -241,7 +241,7 @@ function Picker:find()
return
end
log.info("Processing result... ", entry)
log.trace("Processing result... ", entry)
local sort_ok, sort_score = nil, 0
if sorter then