summaryrefslogtreecommitdiffstats
path: root/src/wireless
diff options
context:
space:
mode:
Diffstat (limited to 'src/wireless')
-rw-r--r--src/wireless1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wireless b/src/wireless
index 1c12a32..f45028e 100644
--- a/src/wireless
+++ b/src/wireless
@@ -32,7 +32,6 @@ find_essid() {
if (( try < RETRIES-4 )); then try=$((RETRIES-4)); fi
}
if [[ -n "$found" ]]; then
- echo "$found" # JP: echo literal ESSID
return 0 # network found
fi
done