Remove frequest asuswrt log spam (#24448)

This commit is contained in:
jwater7 2019-06-10 09:16:26 -07:00 committed by Paulus Schoutsen
parent 34e3d2f997
commit 20ba80f934

View File

@ -47,6 +47,6 @@ class AsusWrtDeviceScanner(DeviceScanner):
Return boolean if scanning successful.
"""
_LOGGER.info('Checking Devices')
_LOGGER.debug('Checking Devices')
self.last_results = await self.connection.async_get_connected_devices()