From a3a49903f7835abc4da7e050cf1cf8eb31cd4580 Mon Sep 17 00:00:00 2001 From: cperciva Date: Wed, 3 May 2006 22:09:42 +0000 Subject: Remove two lines of debugging which I forgot to remove before the last commit. Noticed by: simon --- usr.sbin/portsnap/portsnap/portsnap.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.sbin/portsnap/portsnap/portsnap.sh b/usr.sbin/portsnap/portsnap/portsnap.sh index 378bc75..d1ff805 100644 --- a/usr.sbin/portsnap/portsnap/portsnap.sh +++ b/usr.sbin/portsnap/portsnap/portsnap.sh @@ -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. -- cgit v1.1