Skip to content

Commit

Permalink
Removing unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jdjackson committed Dec 18, 2024
1 parent a554823 commit 49f9b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo/Statistics/GeneralPixel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ enum GeneralPixel: PixelKitEventV2 {

case crash
case crashOnCrashHandlersSetUp
case crashReportingSubmissionFailed // crashreporting_submission-failed
case crashReportCRCIDMissing // crashreporting_crcid-missing
case crashReportingSubmissionFailed
case crashReportCRCIDMissing
case compileRulesWait(onboardingShown: OnboardingShown, waitTime: CompileRulesWaitTime, result: WaitResult)
case launchInitial(cohort: String)
case launch(isDefault: Bool)
Expand Down

0 comments on commit 49f9b70

Please sign in to comment.