From 4b6c8d3a43b78eeab92bf996c0ee57011bdbe28e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 22 Sep 2023 15:42:32 +0800 Subject: [PATCH] 1 --- platformapi/mtwmapi/retail.go | 3 --- 1 file changed, 3 deletions(-) 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 }