Fuzzy completions: removed leftover debug echo (#1921)

This commit is contained in:
Jakub Łuczyński
2020-03-11 11:29:35 +01:00
committed by GitHub
parent 50b7608f9d
commit b43b040512

View File

@@ -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"