mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-22 13:34:04 +03:00
Removed excesive "debug" logging
This commit is contained in:
parent
d535c5619a
commit
a2d348962d
@ -59,7 +59,7 @@ def getIpAndMac(ifname):
|
||||
|
||||
def getExternalIpAndMacs():
|
||||
res = getIpAndMac(getInterfaces())
|
||||
logger.debug('Res: {0}'.format(res))
|
||||
# logger.debug('Res: {0}'.format(res))
|
||||
for key in res.keys():
|
||||
if res[key]['mac'] == '00:00:00:00:00:00':
|
||||
del res[key]
|
||||
|
Loading…
Reference in New Issue
Block a user