summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall/scripts
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2014-01-04 16:41:43 +0000
committergavin <gavin@FreeBSD.org>2014-01-04 16:41:43 +0000
commitab5cf844966e356e04e8dfde1098e31b48f3d91c (patch)
tree2506bc207a3aaee8ad3c61bca2e0126d04708169 /usr.sbin/bsdinstall/scripts
parent27b04cbc6f28c948cf420b94c794aecb4c639e9d (diff)
downloadFreeBSD-src-ab5cf844966e356e04e8dfde1098e31b48f3d91c.zip
FreeBSD-src-ab5cf844966e356e04e8dfde1098e31b48f3d91c.tar.gz
Remove what appears to be a stray debugging printf.
MFC after: 1 week
Diffstat (limited to 'usr.sbin/bsdinstall/scripts')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/wlanconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/wlanconfig b/usr.sbin/bsdinstall/scripts/wlanconfig
index a1ccaf7..4a1f7af 100755
--- a/usr.sbin/bsdinstall/scripts/wlanconfig
+++ b/usr.sbin/bsdinstall/scripts/wlanconfig
@@ -111,7 +111,6 @@ echo "network={
priority=5
}" >> $BSDINSTALL_TMPETC/wpa_supplicant.conf
elif echo $ENCRYPTION | grep -q WEP; then
- echo FOO
exec 3>&1
WEPKEY=`dialog --insecure --backtitle "FreeBSD Installer" \
--title "WEP Setup" --mixedform "" 0 0 0 \
OpenPOWER on IntegriCloud