diff --git a/app/models.py b/app/models.py index 3bbd8f88..2e21788c 100644 --- a/app/models.py +++ b/app/models.py @@ -623,9 +623,6 @@ class User(Base, ModelMixin, UserMixin, PasswordOracle): f"Coinbase Subscription ends {coinbase_subscription.end_at.humanize()}" ) - if self.trial_end and arrow.now() < self.trial_end: - return "In Trial" - return ".\n".join(channels) # endregion