Skip to content

Commit 89d40a7

Browse files
committed
fix comment
1 parent 054c0b2 commit 89d40a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sentry/event_manager.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -701,8 +701,6 @@ def _pull_out_data(jobs: Sequence[Job], projects: ProjectsMapping) -> None:
701701

702702

703703
def _set_project_platform_if_needed(project: Project, event: Event) -> None:
704-
# Only infer the platform if it's useful - if the event platform is "other", null or a sample
705-
# event, there's no useful information for us to set the project platform
706704
if event.platform not in VALID_PLATFORMS or event.get_tag("sample_event") == "yes":
707705
return
708706

0 commit comments

Comments
 (0)