Skip to content
Snippets Groups Projects
Unverified Commit b43b0405 authored by Jakub Łuczyński's avatar Jakub Łuczyński Committed by GitHub
Browse files

Fuzzy completions: removed leftover debug echo (#1921)

parent 50b7608f
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,6 @@ _fzf_complete() {
lbuf=${rest[0]}
cmd=$(__fzf_extract_command "$lbuf")
post="${funcstack[1]}_post"
echo "$post"
type $post > /dev/null 2>&1 || post=cat
_fzf_feed_fifo "$fifo"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment