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