diff --git a/platformapi/mtwmapi/retail.go b/platformapi/mtwmapi/retail.go index 64d6d25f..b6e6cf0d 100644 --- a/platformapi/mtwmapi/retail.go +++ b/platformapi/mtwmapi/retail.go @@ -300,9 +300,6 @@ func (a *API) RetailBatchInitData(trackInfo, poiCode string, foodDataList []map[ if err == nil { failedFoodList, err = handleRetailBatchResult(result) } - globals.SugarLogger.Debugf("RetailBatchInitData foodDataList : %s", utils.Format4Output(foodDataList, false)) - globals.SugarLogger.Debugf("RetailBatchInitData failedFoodList : %s", utils.Format4Output(failedFoodList, false)) - globals.SugarLogger.Debugf("RetailBatchInitData err : %s", utils.Format4Output(err, false)) return failedFoodList, err }