Browse Source

del: 删除无用日志

zhangxinlei1996 2 years ago
parent
commit
33ea8bbc76
1 changed files with 0 additions and 3 deletions
  1. 0 3
      service/power.go

+ 0 - 3
service/power.go

@@ -223,11 +223,8 @@ func (this *PowerService) Power(userid string, baseUserId, accountId, entId, pos
 						}
 					}
 					if common.Int64All((*eudata)["i_vip_status"]) > 0 {
-						logx.Info("======================>", o_entniche)
 						oBuyset := common.ObjToMap((*o_entniche)["o_buyset"])
-						logx.Info("======================>", oBuyset)
 						areacount := common.Int64All((*oBuyset)["areacount"])
-						logx.Info("======================>", oBuyset)
 						buyerclasscount := common.Int64All((*oBuyset)["buyerclasscount"])
 						newcitys, _ := (*oBuyset)["newcitys"].([]interface{})
 						newcitysArr := common.InterfaceArrToint64Arr(newcitys)