From c9d5d1a417dad60a41199f5940a7540474b6201c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 22 Aug 2016 21:44:58 -0700 Subject: [PATCH] Remove debug print --- homeassistant/scripts/check_config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/scripts/check_config.py b/homeassistant/scripts/check_config.py index 6105cb47cb2..47c1e3b3f64 100644 --- a/homeassistant/scripts/check_config.py +++ b/homeassistant/scripts/check_config.py @@ -218,7 +218,6 @@ def check(config_path): try: bootstrap.from_config_file(config_path, skip_pip=True) - print(dir(yaml)) res['secret_cache'] = yaml.__SECRET_CACHE return res finally: