Skip to content

Commit

Permalink
chore: remove commented debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
ibhagwan committed Aug 2, 2024
1 parent 19c5291 commit c59e076
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/fzf-lua/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ M.CTX = function(includeBuflist)
-- save caller win/buf context, ignore when fzf
-- is already open (actions.sym_lsym|grep_lgrep)
local winobj = utils.fzf_winobj()
-- print("ctx", M.__CTX, "w", winobj, "hidden", winobj and winobj:hidden())
if not M.__CTX
-- when called from the LSP module in "sync" mode when no results are found
-- the fzf window won't open (e.g. "No references found") and the context is
Expand Down

0 comments on commit c59e076

Please sign in to comment.