diff --git a/business/partner/delivery/uupt/waybill.go b/business/partner/delivery/uupt/waybill.go index 60838c6bf..ba5cb80e0 100644 --- a/business/partner/delivery/uupt/waybill.go +++ b/business/partner/delivery/uupt/waybill.go @@ -339,8 +339,6 @@ func getOrderPrice(order *model.GoodsOrder) (orderPrice *uuptapi.GetOrderPriceRe address += districtName } address += store.Address - globals.SugarLogger.Debugf("uupt test CityName=%s, DistrictName=%s", cityName, districtName) - globals.SugarLogger.Debugf("uupt test address=%s", address) param := map[string]interface{}{ "origin_id": order.VendorOrderID, @@ -355,7 +353,6 @@ func getOrderPrice(order *model.GoodsOrder) (orderPrice *uuptapi.GetOrderPriceRe "to_lng": toLng, "goods_weight": tempWeight, } - globals.SugarLogger.Debugf("uupt test param=%s", utils.Format4Output(param, false)) if orderPrice, err = api.UuAPI.GetOrderPrice(param); err != nil { return nil, err