Remove debug log (#57619)

pull/57627/head
Paulus Schoutsen 2021-10-13 13:03:52 -07:00 committed by GitHub
parent 14c380fb57
commit 835e07f63e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1156,7 +1156,6 @@ class Script:
elif action == cv.SCRIPT_ACTION_CHOOSE: elif action == cv.SCRIPT_ACTION_CHOOSE:
for choice in step[CONF_CHOOSE]: for choice in step[CONF_CHOOSE]:
for cond in choice[CONF_CONDITIONS]: for cond in choice[CONF_CONDITIONS]:
_LOGGER.error("Extracting entities from: %s", cond)
referenced |= condition.async_extract_entities(cond) referenced |= condition.async_extract_entities(cond)
Script._find_referenced_entities(referenced, choice[CONF_SEQUENCE]) Script._find_referenced_entities(referenced, choice[CONF_SEQUENCE])
if CONF_DEFAULT in step: if CONF_DEFAULT in step: