Skip to content

Commit

Permalink
server: Remove debugging log
Browse files Browse the repository at this point in the history
  • Loading branch information
birkjernstrom committed Jan 3, 2025
1 parent 9f22488 commit 564af9a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions server/polar/subscription/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -952,18 +952,6 @@ async def _after_subscription_updated(
if became_revoked:
await self._on_subscription_revoked(session, subscription)

log.info(
"ON.UPDATE",
previous_status=previous_status,
previous_ends_at=previous_ends_at,
became_activated=became_activated,
ends_at=subscription.ends_at,
is_canceled=is_canceled,
updated_ends_at=updated_ends_at,
cancellation_changed=cancellation_changed,
became_revoked=became_revoked,
)

async def _on_subscription_updated(
self,
session: AsyncSession,
Expand Down

0 comments on commit 564af9a

Please sign in to comment.