|
|
@@ -3,7 +3,6 @@ package kr.co.zumo.app.lifeplus.view.screen.my.bucketlist;
|
|
|
import android.content.Context;
|
|
|
import android.support.annotation.NonNull;
|
|
|
import android.support.v7.widget.RecyclerView;
|
|
|
-import android.util.Log;
|
|
|
import android.view.LayoutInflater;
|
|
|
import android.view.View;
|
|
|
import android.view.ViewGroup;
|
|
|
@@ -33,7 +32,6 @@ public class MyBucketListAdapter extends RecyclerView.Adapter<MyBucketListViewHo
|
|
|
public MyBucketListAdapter(Context context, List<BucketWithTagBean> myBucketListBeanList, IEventListener listener) {
|
|
|
this.context = context;
|
|
|
this.myBucketListBeanList = myBucketListBeanList;
|
|
|
- Log.e("APP# MyBucketListAdapter | MyBucketListAdapter", "|" + myBucketListBeanList.size());
|
|
|
this.listener = listener;
|
|
|
}
|
|
|
|