diff --git a/src/sentry/incidents/logic.py b/src/sentry/incidents/logic.py index 7260d9e8d994fb..a59fc409354300 100644 --- a/src/sentry/incidents/logic.py +++ b/src/sentry/incidents/logic.py @@ -606,7 +606,6 @@ def create_alert_rule( environment=environment, event_types=event_types, ) - # should I create the DataSource as as part of creating the snuba query? alert_rule = AlertRule.objects.create( organization=organization,