wifi: Remove scanning log message
This commit is contained in:
parent
988608f9d3
commit
f3001f3c76
@ -146,7 +146,6 @@ class WifiManager(Thread):
|
|||||||
self.networks_in_supplicant.append(network)
|
self.networks_in_supplicant.append(network)
|
||||||
|
|
||||||
def scan(self, interface='wlan0'):
|
def scan(self, interface='wlan0'):
|
||||||
logging.debug("Scanning %s" % interface)
|
|
||||||
p = subprocess.Popen(["sudo","iwlist",interface,"scan"], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
p = subprocess.Popen(["sudo","iwlist",interface,"scan"], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||||
aps = self.parse(p.stdout.read().decode('utf-8'))
|
aps = self.parse(p.stdout.read().decode('utf-8'))
|
||||||
cur_info = self.get_current_wifi()
|
cur_info = self.get_current_wifi()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user