diff --git a/wicd/wnettools.py b/wicd/wnettools.py index ddb0189..81aeaed 100644 --- a/wicd/wnettools.py +++ b/wicd/wnettools.py @@ -1485,8 +1485,6 @@ class BaseWirelessInterface(BaseInterface): output = self.GetIwconfig() else: output = iwconfig - signaldbm_pattern = re.compile('.*Signal level:?=? ?(-\d\d*)', - re.I | re.M | re.S) dbm_strength = misc.RunRegex(signaldbm_pattern, output) return dbm_strength