mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Remove stale print
This commit is contained in:
parent
f1e46e63c0
commit
948aa6838d
@ -51,8 +51,6 @@ def _platform_validator(method, schema):
|
|||||||
if not hasattr(platform, schema):
|
if not hasattr(platform, schema):
|
||||||
return config
|
return config
|
||||||
|
|
||||||
print('validating config', method, config)
|
|
||||||
|
|
||||||
return getattr(platform, schema)(config)
|
return getattr(platform, schema)(config)
|
||||||
|
|
||||||
return validator
|
return validator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user