Removed debugging logging

This commit is contained in:
William Scanlon 2016-02-19 08:26:56 -05:00
parent d7c4b50e3e
commit 14afd1e409

View File

@ -62,8 +62,6 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
device,
json_variable)])
else:
for test in WEATHER_VARIABLES:
logger.error('NEST VAR: %s', test)
logger.error('Nest sensor type: "%s" does not exist',
variable)
except socket.error: