1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158276

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.