Deleted an extra echo left in from debugging

This commit is contained in:
Chris Apple 2019-12-15 09:01:27 -08:00 committed by GitHub
parent ade7ca9554
commit 70ac790418
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,6 @@ type -q emojify >/dev/null 2>&1 && set forgit_emojify '|emojify'
function forgit::log
forgit::inside_work_tree || return 1
set cmd "echo {} |grep -Eo '[a-f0-9]+' |head -1 |xargs -I% git show --color=always % $argv | $forgit_pager"
echo $cmd
if test -n "$FORGIT_COPY_CMD"
set copy_cmd $FORGIT_COPY_CMD