Remove 'probably' useless post render.

This commit is contained in:
Jorge Bucaran 2016-02-04 13:51:29 +09:00
parent 06f05dd538
commit bee326dc3d
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

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