From 00855a7b83c408e2830249acaf2bfce718a490f5 Mon Sep 17 00:00:00 2001 From: bhagwan Date: Fri, 4 Mar 2022 10:30:21 -0800 Subject: [PATCH] removed tag preview debug print --- lua/fzf-lua/previewer/fzf.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/fzf-lua/previewer/fzf.lua b/lua/fzf-lua/previewer/fzf.lua index f578f87..70c6cbb 100644 --- a/lua/fzf-lua/previewer/fzf.lua +++ b/lua/fzf-lua/previewer/fzf.lua @@ -177,7 +177,6 @@ function Previewer.cmd_async:parse_entry_and_verify(entrystr) if not line and ctag then entry.ctag = ctag entry.line = grep_tag(filepath, entry.ctag) - print("line", entry.line, entry.ctag) end end local errcmd = nil