Parcourir la source

[콘텐츠상세][Common] 로그제거

Hasemi il y a 7 ans
Parent
commit
429a5810d4

+ 1 - 2
app/src/main/java/kr/co/zumo/app/lifeplus/view/screen/contents/ContentsListicleHolder.java

@@ -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());
     }
 
   }