removed debug logging

This commit is contained in:
Tom Duijf 2015-10-07 21:05:27 +00:00
parent 469f35d25f
commit 9377b647f5

View File

@ -80,7 +80,6 @@ class SnmpScanner(object):
"""
self._update_info()
_LOGGER.error( self.last_results )
return [client['mac'] for client in self.last_results]
def get_device_name(self, device):