From b60806583c9892f178c09c9f99ae24772cf9dd3c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 10 Jun 2016 21:14:11 -0700 Subject: [PATCH] Update asuswrt.py --- homeassistant/components/device_tracker/asuswrt.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/device_tracker/asuswrt.py b/homeassistant/components/device_tracker/asuswrt.py index 5036b812599..54ac00187bb 100644 --- a/homeassistant/components/device_tracker/asuswrt.py +++ b/homeassistant/components/device_tracker/asuswrt.py @@ -192,7 +192,6 @@ class AsusWrtDeviceScanner(object): devices = {} if self.mode == 'ap': - _LOGGER.info("Wireless AP does not have DHCP leases; using wl") for lease in leases_result: match = _WL_REGEX.search(lease.decode('utf-8'))