diff --git a/netbox/extras/forms/model_forms.py b/netbox/extras/forms/model_forms.py index a063340dd..41304486d 100644 --- a/netbox/extras/forms/model_forms.py +++ b/netbox/extras/forms/model_forms.py @@ -323,8 +323,6 @@ class EventRuleForm(NetBoxModelForm): elif action_type == EventRuleActionChoices.SCRIPT: self.init_script_choice() - val = get_field_value(self, 'conditions') - def clean(self): super().clean()