|
|
@@ -1,7 +1,6 @@
|
|
|
package kr.co.zumo.app.lifeplus.view.screen.contents;
|
|
|
|
|
|
import android.support.constraint.ConstraintLayout;
|
|
|
-import android.util.Log;
|
|
|
import android.view.View;
|
|
|
import android.widget.LinearLayout;
|
|
|
|
|
|
@@ -71,7 +70,7 @@ public class ContentsListicleHolder extends ContentsHolder<ContentsDetailBean> {
|
|
|
listener.onEvent(new Event.Builder(Event.MORE).index(getAdapterPosition()).build());
|
|
|
});
|
|
|
for (int i = 0; i < bean.getMoreInfoList().size(); i++) {
|
|
|
- Log.e("APP# ContentsListicleHolder | attach", "|" + bean.getMoreInfoList().get(i).getDetailType() + "," + bean.getMoreInfoList().get(i).getMoreInfo());
|
|
|
+ // Log.e("APP# ContentsListicleHolder | attach", "|" + bean.getMoreInfoList().get(i).getDetailType() + "," + bean.getMoreInfoList().get(i).getMoreInfo());
|
|
|
}
|
|
|
|
|
|
}
|