Remove unused debug flag

Change-Id: I88ef517a5b4860c30f1eb2a52f15d8f07c823797
This commit is contained in:
Marc Blank 2010-12-17 10:34:17 -08:00
parent f995f680a8
commit 54250337a0
1 changed files with 0 additions and 5 deletions

View File

@ -70,11 +70,6 @@ public class Email extends Application {
*/
public static final boolean LOGD = false;
/**
* If true, enable the UI thread check when accessing the filesystem.
*/
public static final boolean DEBUG_THREAD_CHECK = false; // DON'T SUBMIT WITH TRUE
/**
* If true, inhibit hardware graphics acceleration in UI (for a/b testing)
*/