Merge "Remove some noisy logs by setting DEBUG = false" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-04-20 19:58:51 +00:00
committed by Android (Google) Code Review
5 changed files with 5 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ import java.util.Set;
public class GridSizeMigrationTaskV2 {
private static final String TAG = "GridSizeMigrationTaskV2";
private static final boolean DEBUG = true;
private static final boolean DEBUG = false;
private final Context mContext;
private final SQLiteDatabase mDb;