diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 773b248ac..7ffd1e028 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -1071,7 +1071,7 @@ func updateStoresSkusWithoutSync(ctx *jxcontext.Context, db *dao.DaoDB, storeIDs skuBindInfos = uniqueStoreNameBind(skuBindInfos) sort.Ints(storeIDs) - globals.SugarLogger.Debugf("updateStoresSkusWithoutSync, storeIDs:%v, skuBindInfos:%s", storeIDs, utils.Format4Output(skuBindInfos, false)) + // globals.SugarLogger.Debugf("updateStoresSkusWithoutSync, storeIDs:%v, skuBindInfos:%s", storeIDs, utils.Format4Output(skuBindInfos, false)) if db == nil { db = dao.GetDB() }