From b4fe3bf43ea2929df2dc4657d200b4f90a7b2b9d Mon Sep 17 00:00:00 2001 From: Finley Ge <32237950+FinleyGe@users.noreply.github.com> Date: Fri, 23 Jan 2026 19:38:58 +0800 Subject: [PATCH] fix: custom standard plan (#6317) --- packages/service/support/wallet/sub/utils.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/service/support/wallet/sub/utils.ts b/packages/service/support/wallet/sub/utils.ts index c112e2954b..9e663ea477 100644 --- a/packages/service/support/wallet/sub/utils.ts +++ b/packages/service/support/wallet/sub/utils.ts @@ -238,8 +238,6 @@ export const getTeamPlanStatus = async ({ teamPoint.updateTeamPointsCache({ teamId, totalPoints, surplusPoints }); - console.log('standardConstants', standardConstants); - return { [SubTypeEnum.standard]: standardPlan.currentSubLevel === StandardSubLevelEnum.custom && standardConstants