mirror of
https://github.com/home-assistant/core.git
synced 2025-08-17 19:41:45 +02:00
Remove debug print
This commit is contained in:
@@ -218,7 +218,6 @@ def check(config_path):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
bootstrap.from_config_file(config_path, skip_pip=True)
|
bootstrap.from_config_file(config_path, skip_pip=True)
|
||||||
print(dir(yaml))
|
|
||||||
res['secret_cache'] = yaml.__SECRET_CACHE
|
res['secret_cache'] = yaml.__SECRET_CACHE
|
||||||
return res
|
return res
|
||||||
finally:
|
finally:
|
||||||
|
Reference in New Issue
Block a user