diff --git a/server/src/internal/billing/v2/providers/stripe/execute/executeStripeBillingPlan.ts b/server/src/internal/billing/v2/providers/stripe/execute/executeStripeBillingPlan.ts index c5775819f..52e579565 100644 --- a/server/src/internal/billing/v2/providers/stripe/execute/executeStripeBillingPlan.ts +++ b/server/src/internal/billing/v2/providers/stripe/execute/executeStripeBillingPlan.ts @@ -112,11 +112,6 @@ export const executeStripeBillingPlan = async ({ stripeSubscriptionScheduleId: stripeSubscriptionSchedule.id, }); } - - console.log( - "STRIPE SUBSCRIPTION SCHEDULE: ", - JSON.stringify(stripeSubscriptionSchedule, null, 2), - ); } const stripeInvoice =