Skip to content

Commit edca57a

Browse files
ceorourkeandrewshie-sentry
authored andcommitted
chore(ACI): Remove comparison value logging (#91811)
The logs have served their purpose and can be removed.
1 parent ae56072 commit edca57a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/sentry/incidents/subscription_processor.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -312,14 +312,6 @@ def get_comparison_aggregation_value(
312312

313313
if not comparison_aggregate:
314314
metrics.incr("incidents.alert_rules.skipping_update_comparison_value_invalid")
315-
logger.info(
316-
"No comparison aggregate",
317-
extra={
318-
"alert_rule_id": self.alert_rule.id,
319-
"subscription_id": subscription_update.get("subscription_id"),
320-
"organization_id": self.alert_rule.organization_id,
321-
},
322-
)
323315
return None
324316

325317
return (aggregation_value / comparison_aggregate) * 100

0 commit comments

Comments
 (0)