Skip to content

Commit

Permalink
Remove experiment code
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed Nov 8, 2024
1 parent 708bab3 commit 4404fc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10985,8 +10985,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 207.0.0;
branch = "jacek/new-breakage-form";
kind = branch;
};
};
9F8FE9472BAE50E50071E372 /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/DuckDuckGo/BrowserServicesKit",
"state" : {
"revision" : "6319be3a8a52024c62cec4320e94536b51f427ee",
"version" : "207.0.0"
"branch" : "jacek/new-breakage-form",
"revision" : "9f5a4af0c16522251d3f578aba61099afab3b254"
}
},
{
Expand Down Expand Up @@ -122,8 +122,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/privacy-dashboard",
"state" : {
"revision" : "53fd1a0f8d91fcf475d9220f810141007300dffd",
"version" : "7.1.1"
"branch" : "pr-releases/pr-196",
"revision" : "1c355be4c27d067b8f3b7435274865a02d949f52"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,11 @@ final class PrivacyDashboardViewController: UIViewController {
contentBlockingManager: ContentBlockerRulesManager,
breakageAdditionalInfo: BreakageAdditionalInfo?) {

var variant: PrivacyDashboardVariant {
let isExperimentEnabled = privacyConfigurationManager.privacyConfig.isEnabled(featureKey: .brokenSiteReportExperiment)
return PrivacyDashboardVariant.control
}

let toggleReportingConfiguration = ToggleReportingConfiguration(privacyConfigurationManager: privacyConfigurationManager)
let toggleReportingFeature = ToggleReportingFeature(toggleReportingConfiguration: toggleReportingConfiguration)
let toggleReportingManager = ToggleReportingManager(feature: toggleReportingFeature)
privacyDashboardController = PrivacyDashboardController(privacyInfo: privacyInfo,
entryPoint: entryPoint,
variant: variant,
toggleReportingManager: toggleReportingManager,
eventMapping: privacyDashboardEvents)
self.privacyConfigurationManager = privacyConfigurationManager
Expand Down

0 comments on commit 4404fc0

Please sign in to comment.