Skip to content

Commit

Permalink
Remove the time threshold flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cyprain-okeke committed Nov 6, 2024
1 parent de22a87 commit 8af3235
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ export class OrganizationSubscriptionCloudComponent implements OnInit, OnDestroy
FeatureFlag.EnableConsolidatedBilling,
);

protected enableTimeThreshold$ = this.configService.getFeatureFlag$(
FeatureFlag.EnableTimeThreshold,
);

protected enableUpgradePasswordManagerSub$ = this.configService.getFeatureFlag$(
FeatureFlag.EnableUpgradePasswordManagerSub,
);
Expand Down

0 comments on commit 8af3235

Please sign in to comment.