summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorTJ DeVries <devries.timothyj@gmail.com>2020-08-31 19:40:06 -0400
committerTJ DeVries <devries.timothyj@gmail.com>2020-08-31 19:40:06 -0400
commit2d63bca419e19a84024fb0e2a18f616e6a6881a7 (patch)
tree9574c102837a88caa42eb6d0ae8e5b69397d9f26 /lua
parent8c5bf8c7467cf28da2ac5de4f2eaa966f02b2b48 (diff)
fix: lower logging level
Diffstat (limited to 'lua')
-rw-r--r--lua/telescope/pickers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/pickers.lua b/lua/telescope/pickers.lua
index e6b3570..612dbab 100644
--- a/lua/telescope/pickers.lua
+++ b/lua/telescope/pickers.lua
@@ -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