Skip to content

Commit

Permalink
The experiment disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstrba committed Mar 22, 2024
1 parent c5d2bf8 commit cfc79c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Core/PixelExperiment.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ public enum PixelExperiment: String, CaseIterable {

/// Enables this experiment for new users when called from the new installation path.
public static func install() {
logic.install()
// Disable the experiment until all other experiments are finished
// logic.install()
}

static func cleanup() {
Expand Down

0 comments on commit cfc79c7

Please sign in to comment.