busybox: remove 'ugly' processbar

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-06-28 23:09:55 +02:00
parent e5b977a53d
commit ba328d2823

View File

@ -22,8 +22,6 @@
progress() {
if test "$DEBUG" = yes; then
echo "### $1 ###"
else
echo -n "***"
fi
}