1
mirror of https://github.com/home-assistant/core synced 2024-07-30 21:18:57 +02:00

Remove debug print

This commit is contained in:
Paulus Schoutsen 2016-08-22 21:44:58 -07:00
parent 14b034f452
commit c9d5d1a417

View File

@ -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: