Commit a0fb6c9f authored by mengcuiguang's avatar mengcuiguang

删除提示

parent 2fb22803
......@@ -117,7 +117,7 @@ public class VedioAdingManager {
case Constant.CARRIER_OFFLINE_DOUBLE:
case Constant.CARRIER_EATMEAL_SUBSIDY:
adType = Constant.FL_VEDIO_AD;
ToastUtil.showLong(activity, "载体优先类型:" + Constant.FL_VEDIO_AD);
// ToastUtil.showLong(activity, "载体优先类型:" + Constant.FL_VEDIO_AD);
break;
default:
adType = getVedioAdType();
......@@ -202,7 +202,7 @@ public class VedioAdingManager {
int randomWeight = r.nextInt(weight) + 1;
LogUtil.d(TAG, "2、权重随机值:" + randomWeight);
ToastUtil.showLong(activity, "权重随机值:" + randomWeight);
// ToastUtil.showLong(activity, "权重随机值:" + randomWeight);
for (WeightBean weightBean : weightList) {
randomWeight -= weightBean.getWeight();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment