summaryrefslogtreecommitdiff
path: root/lua/telescope/pickers.lua
diff options
context:
space:
mode:
authorTJ DeVries <devries.timothyj@gmail.com>2020-11-23 09:29:10 -0500
committerGitHub <noreply@github.com>2020-11-23 09:29:10 -0500
commit2ac0582c06d8a52a42907dde106983e44ae989ef (patch)
treef2473c9299eb31b79acb24d45ec5c173579d8e09 /lua/telescope/pickers.lua
parent124655608ff727ecee032bb2eb6f44014e8868eb (diff)
feat: v0.1 of extensions (#278)
Diffstat (limited to 'lua/telescope/pickers.lua')
-rw-r--r--lua/telescope/pickers.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/telescope/pickers.lua b/lua/telescope/pickers.lua
index ac31348..adc2dca 100644
--- a/lua/telescope/pickers.lua
+++ b/lua/telescope/pickers.lua
@@ -901,7 +901,6 @@ end
function Picker:close_existing_pickers()
for _, prompt_bufnr in ipairs(state.get_existing_prompts()) do
- log.debug("Prompt bufnr was left open:", prompt_bufnr)
pcall(actions.close, prompt_bufnr)
end
end