Remove two lines of debugging which I forgot to remove before the last

commit.

Noticed by:     simon
This commit is contained in:
Colin Percival 2006-05-03 22:09:42 +00:00
parent 4b93a7cae2
commit 37c8250c90

View File

@ -354,8 +354,6 @@ fetch_pick_server_init() {
else
RANDVALUE=`jot -r 1 0 999999999`
fi
echo "XXXdebug: HTTP_PROXY=${HTTP_PROXY}"
echo "XXXdebug: RANDVALUE=${RANDVALUE}"
}
# Pick a mirror. Returns 1 if we have run out of mirrors to try.