Skip to content

Commit

Permalink
Remove override.
Browse files Browse the repository at this point in the history
  • Loading branch information
twstokes committed Apr 6, 2022
1 parent 864567b commit 9777d54
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ class SiteIntentAB: SiteIntentABTestable {
let defaultAccount = accountService.defaultWordPressComAccount()
let token: String? = defaultAccount?.authToken

return .treatment

if let token = token {
// 50/50 split between control and treatment groups
return token.hashCode() % 2 == 0 ? .control : .treatment
Expand Down

0 comments on commit 9777d54

Please sign in to comment.