Skip to content

Commit

Permalink
Removing TODO now that testing has been done (and it works)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdjackson committed Dec 18, 2024
1 parent 49f9b70 commit 4573af8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DuckDuckGo/Application/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ final class AppDelegate: NSObject, NSApplicationDelegate {
applyPreferredTheme()

#if APPSTORE
// TODO: This path still needs testing
crashCollection.startAttachingCrashLogMessages { pixelParameters, payloads, completion in
pixelParameters.forEach { parameters in
PixelKit.fire(GeneralPixel.crash, withAdditionalParameters: parameters, includeAppVersionParameter: false)
Expand Down

0 comments on commit 4573af8

Please sign in to comment.