mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Merge "Remove some noisy logs by setting DEBUG = false" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cdb4505020
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user