diff --git a/business/jxstore/cms/sync_store_sku.go b/business/jxstore/cms/sync_store_sku.go index a8f439efb..5809e298d 100644 --- a/business/jxstore/cms/sync_store_sku.go +++ b/business/jxstore/cms/sync_store_sku.go @@ -870,10 +870,6 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag globals.SugarLogger.Debugf("============offlineList : %s", utils.Format4Output(offlineList, false)) } if len(statusList) > 0 { - if storeID == 668428 { - globals.SugarLogger.Debugf("============statusList2 : %s", utils.Format4Output(statusList, false)) - globals.SugarLogger.Debugf("============storeSkuHandler : %s", utils.Format4Output(storeSkuHandler, false)) - } _, err = putils.FreeBatchStoreSkuInfo(name, func(task tasksch.ITask, batchedStoreSkuList []*partner.StoreSkuInfo) (result interface{}, successCount int, err error) { var failedList []*partner.StoreSkuInfoWithErr if storeID == 668428 {