From 37c8250c902371b983b0941670adbb28f455a8e9 Mon Sep 17 00:00:00 2001 From: Colin Percival Date: Wed, 3 May 2006 22:09:42 +0000 Subject: [PATCH] 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 378bc75efa6f..d1ff8053af95 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.