mirror of
https://github.com/langgenius/dify.git
synced 2026-02-09 23:20:12 -05:00
chore: remove log in test case (#29284)
This commit is contained in:
@@ -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
|
||||
},
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user