From 0f8e2823863eb6389fc8ce2417b112bd51a81e0c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 11 Jan 2015 14:23:18 -0800 Subject: [PATCH] Wink component bug fixes --- homeassistant/components/wink.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/homeassistant/components/wink.py b/homeassistant/components/wink.py index a2f45dadef5..dd7f5e35942 100644 --- a/homeassistant/components/wink.py +++ b/homeassistant/components/wink.py @@ -23,8 +23,6 @@ def setup(hass, config): """ Sets up the Wink component. """ logger = logging.getLogger(__name__) - print(config) - if not validate_config(config, {DOMAIN: [CONF_ACCESS_TOKEN]}, logger): return False