forked from shaba/openuds
Removed excesive "debug" logging
This commit is contained in:
parent
d535c5619a
commit
a2d348962d
@ -59,7 +59,7 @@ def getIpAndMac(ifname):
|
|||||||
|
|
||||||
def getExternalIpAndMacs():
|
def getExternalIpAndMacs():
|
||||||
res = getIpAndMac(getInterfaces())
|
res = getIpAndMac(getInterfaces())
|
||||||
logger.debug('Res: {0}'.format(res))
|
# logger.debug('Res: {0}'.format(res))
|
||||||
for key in res.keys():
|
for key in res.keys():
|
||||||
if res[key]['mac'] == '00:00:00:00:00:00':
|
if res[key]['mac'] == '00:00:00:00:00:00':
|
||||||
del res[key]
|
del res[key]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user