Skip to content

Commit

Permalink
fix: remove unnecessary trace logging in BillingService when changing…
Browse files Browse the repository at this point in the history
… plan
  • Loading branch information
simlarsen committed Jan 17, 2025
1 parent 92bdd5c commit b6c6186
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Common/Server/Services/BillingService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ export class BillingService extends BaseService {
meteredSubscriptionId: string;
trialEndsAt?: Date | undefined;
}> {
logger.trace("Trace: Changing plan");

logger.debug("Changing plan");
logger.debug(data);
Expand Down

0 comments on commit b6c6186

Please sign in to comment.