Remove print
This commit is contained in:
parent
3dc874dcf5
commit
f6331da000
1 changed files with 0 additions and 1 deletions
|
@ -194,7 +194,6 @@ def key_dependency(key, dependency):
|
|||
"""Test dependencies."""
|
||||
if not isinstance(value, dict):
|
||||
raise vol.Invalid('key dependencies require a dict')
|
||||
print(key, value)
|
||||
if key in value and dependency not in value:
|
||||
raise vol.Invalid('dependency violation - key "{}" requires '
|
||||
'key "{}" to exist'.format(key, dependency))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue