mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 05:47:10 +00:00
Remove debug print
This commit is contained in:
parent
14b034f452
commit
c9d5d1a417
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user