Skip to content

Commit

Permalink
VPN-5637: Enable annual plan upgrade in production (#8911)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattLichtenstein authored Jan 6, 2024
1 parent d52bbff commit 186d217
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/feature/featurelistcallback.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ bool FeatureCallback_iosOrAndroid() {
// -------------------------

bool FeatureCallback_annualUpgrade() {
if (Constants::inProduction()) {
return false;
}
if (FeatureCallback_iosOrAndroid()) {
return false;
}
Expand Down

0 comments on commit 186d217

Please sign in to comment.