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