Skip to content

Commit

Permalink
[FIX] core
Browse files Browse the repository at this point in the history
  • Loading branch information
archetipo committed Sep 15, 2021
1 parent bf971f2 commit d4c7eea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web-client/core/main/custom_components.py
Expand Up @@ -113,7 +113,6 @@ def eval_action_value_json_logic(self, act_value):
data = self.is_json(act_value)
if not data:
return act_value
logger.info(self.builder.context_data)
logic_data = jsonLogic(data, self.builder.context_data)
logger.info(f"eval_action_value_json_logic result {data} --> {logic_data}")
return logic_data
Expand Down

0 comments on commit d4c7eea

Please sign in to comment.