chore: remove log in test case (#29284)

This commit is contained in:
Joel 2025-12-08 17:47:16 +08:00 committed by GitHub
parent 0cb696b208
commit e6d504558a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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
},
}))