Merge "Remove DEBUG flag inside WidgetsListAdapter" into ub-launcher3-burnaby

This commit is contained in:
Hyunyoung Song
2015-06-18 18:33:15 +00:00
committed by Android (Google) Code Review
@@ -54,7 +54,7 @@ import java.util.List;
public class WidgetsListAdapter extends Adapter<WidgetsRowViewHolder> {
private static final String TAG = "WidgetsListAdapter";
private static final boolean DEBUG = true;
private static final boolean DEBUG = false;
private Launcher mLauncher;
private LayoutInflater mLayoutInflater;