1
0
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:
Adolfo Gómez 2014-05-24 03:08:01 +00:00
parent d535c5619a
commit a2d348962d

View File

@ -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]