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
@@ -53,7 +53,7 @@ import java.util.HashSet;
public class GridSizeMigrationTask {
private static final String TAG = "GridSizeMigrationTask";
private static final boolean DEBUG = true;
private static final boolean DEBUG = false;
// These are carefully selected weights for various item types (Math.random?), to allow for
// the least absurd migration experience.