Remove 'probably' useless post render.

This commit is contained in:
Jorge Bucaran 2016-02-04 13:51:29 +09:00 committed by Jorge Bucaran
parent 4f520febbf
commit e0bb4bcebb

View file

@ -8,7 +8,6 @@ function wait -d "Run commands and display a spinner"
getopts $argv | while read -l 1 2
switch "$1"
case -
case _
set commands $commands ";$2"
@ -123,7 +122,6 @@ function wait -d "Run commands and display a spinner"
end
if test -z (jobs)
# printf "$format" | tr @ "\0" > /dev/stderr
break
end
end