diff --git a/web/context/provider-context-mock.spec.tsx b/web/context/provider-context-mock.spec.tsx index ca7c6b884e..5d83f7580d 100644 --- a/web/context/provider-context-mock.spec.tsx +++ b/web/context/provider-context-mock.spec.tsx @@ -36,7 +36,6 @@ jest.mock('@/context/provider-context', () => ({ const withUsage = createMockPlanUsage(usage, withPlan) const withTotal = createMockPlanTotal(total, withUsage) const withReset = createMockPlanReset(reset, withTotal) - console.log(JSON.stringify(withReset.plan, null, 2)) return withReset }, }))