From b48a7e40070687cc469887be004d70ed9049952f Mon Sep 17 00:00:00 2001 From: Johann Kellerman Date: Sun, 29 Jan 2017 00:52:30 +0200 Subject: [PATCH] Bugfix customize (#5613) --- homeassistant/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/config.py b/homeassistant/config.py index d8e30987e16..23d52f6bc66 100644 --- a/homeassistant/config.py +++ b/homeassistant/config.py @@ -258,7 +258,6 @@ def async_process_ha_core_config(hass, config): This method is a coroutine. """ - print(CORE_CONFIG_SCHEMA) config = CORE_CONFIG_SCHEMA(config) hac = hass.config