Skip to content

Commit 332f0eb

Browse files
author
Cathy Teng
committed
remove comment
1 parent 52b4012 commit 332f0eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sentry/workflow_engine/processors/detector.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ def get_detector_by_event(event_data: WorkflowEventData) -> Detector:
316316

317317
try:
318318
if issue_occurrence is None or evt.group.issue_type == ErrorGroupType:
319-
# if there are no detector settings, default to the error detector
320319
detector = Detector.get_error_detector_for_project(evt.project_id)
321320
else:
322321
detector = Detector.objects.get(

0 commit comments

Comments
 (0)