Skip to content

Commit

Permalink
removed old wifi info
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Yates authored and Jason Yates committed May 20, 2018
1 parent b819b96 commit 12ffdf7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions genmonlib/myplatform.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ def GetLinuxInfo(self):
try:
if "wlan" in adapter:
LinuxInfo = self.MergeDicts(LinuxInfo, self.GetWiFiInfo(adapter))
LinuxInfo["WLAN Signal Level"] = "-" + self.GetWiFiSignalStrength(adapter) + " dBm"
LinuxInfo["WLAN Link Quality"] = self.GetWiFiSignalQuality(adapter)
except Exception as e1:
pass
except:
Expand Down

0 comments on commit 12ffdf7

Please sign in to comment.