From 8077c6dfe613cee7d48bb2cf035cee1364731d3d Mon Sep 17 00:00:00 2001 From: John Yeo Date: Fri, 27 Feb 2026 16:24:10 +0000 Subject: [PATCH] removed debug logs --- .../v2/providers/stripe/execute/executeStripeBillingPlan.ts | 5 ----- 1 file changed, 5 deletions(-) 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 =