diff --git a/shared/domain/activityField/popUpShopField.ts b/shared/domain/activityField/popUpShopField.ts index 51fe12b24..4b7ced118 100644 --- a/shared/domain/activityField/popUpShopField.ts +++ b/shared/domain/activityField/popUpShopField.ts @@ -492,8 +492,8 @@ class PopUpShopShow { let itemsByCode = new Map(); for(let pkg of data.packages) { for(let item of pkg.items) { - let { id, isPushing, hasBoughtCnt, buyCnt, hasPushCnt, pushCnt } = item; - console.log('**** PopUpShopShow', { id, isPushing, hasBoughtCnt, buyCnt, hasPushCnt, pushCnt }) + // let { id, isPushing, hasBoughtCnt, buyCnt, hasPushCnt, pushCnt } = item; + // console.log('**** PopUpShopShow', { id, isPushing, hasBoughtCnt, buyCnt, hasPushCnt, pushCnt }) if(item.isPushing && item.code) { if(!itemsByCode.has(item.code)) { itemsByCode.set(item.code, []);