diff options
author | gavin <gavin@FreeBSD.org> | 2014-01-04 16:41:43 +0000 |
---|---|---|
committer | gavin <gavin@FreeBSD.org> | 2014-01-04 16:41:43 +0000 |
commit | ab5cf844966e356e04e8dfde1098e31b48f3d91c (patch) | |
tree | 2506bc207a3aaee8ad3c61bca2e0126d04708169 /usr.sbin/bsdinstall/scripts | |
parent | 27b04cbc6f28c948cf420b94c794aecb4c639e9d (diff) | |
download | FreeBSD-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-x | usr.sbin/bsdinstall/scripts/wlanconfig | 1 |
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 \ |