Remove test log

This commit is contained in:
tehcneko 2021-01-30 22:17:38 +08:00
parent e82498a7cf
commit 06a33303c3
1 changed files with 0 additions and 2 deletions

View File

@ -11,7 +11,6 @@ import android.graphics.drawable.Drawable;
import android.net.Uri;
import android.os.AsyncTask;
import android.text.TextUtils;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuInflater;
@ -167,7 +166,6 @@ public class ScopeAdapter extends RecyclerView.Adapter<ScopeAdapter.ViewHolder>
private void checkRecommended() {
checkedList.clear();
checkedList.addAll(recommendedList);
Log.e("Test", recommendedList.toString());
AppHelper.saveScopeList(modulePackageName, checkedList);
notifyDataSetChanged();
}