Remove unnecessary echo

This commit is contained in:
Denis Isidoro 2019-09-26 19:19:06 -03:00 committed by Denis Isidoro
parent 473b409c93
commit 303f9f67d1

View File

@ -95,7 +95,6 @@ main() {
local -r query="$(dict::get "$OPTIONS" query)"
handler::preview "$query" \
|| echo "Unable to find command for '$query'"
echo "$NAVI_PATH"
;;
search)
health::fzf