Skip to content

Commit

Permalink
Remove unwanted code
Browse files Browse the repository at this point in the history
  • Loading branch information
afterxleep committed Aug 16, 2024
1 parent ec22bab commit 5bb97af
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions DuckDuckGo/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -143,17 +143,12 @@ import WebKit
cleanUpIncrementalRolloutPixelTest()

APIRequest.Headers.setUserAgent(DefaultUserAgentManager.duckDuckGoUserAgent)

/*

if isDebugBuild, let privacyConfigCustomURL, let url = URL(string: privacyConfigCustomURL) {
Configuration.setURLProvider(CustomConfigurationURLProvider(customPrivacyConfigurationURL: url))
} else {
Configuration.setURLProvider(AppConfigurationURLProvider())
}
*/
#warning("REMOVE BEFORE MERGING TO PROD!!!")
let url = URL(string: "https://jsonblob.com/api/1253721903368888320")!
Configuration.setURLProvider(CustomConfigurationURLProvider(customPrivacyConfigurationURL: url))

crashCollection.startAttachingCrashLogMessages { pixelParameters, payloads, sendReport in
pixelParameters.forEach { params in
Expand Down

0 comments on commit 5bb97af

Please sign in to comment.