abiao лет назад: 4
Родитель
Сommit
6befc71367

+ 0 - 1
go/gopath/src/fohow.com/apps/controllers/order_controller/cart_controller.go

@@ -294,7 +294,6 @@ func (self *OrderController) GetCartBuyList() {
 	count := int64(0)
 	total := int64(0)
 	for _, item := range list {
-		beego.BeeLogger.Warn("count--%d", item.Count)
 		count += item.Count
 		product := product_model.GetProductById(item.ProductId, cache)
 		wxUser := user_model.GetWxUserById(item.WxUserId, cache)