am ab0ee37f: Disable debug flag in TextEntryState
* commit 'ab0ee37f52b87756c6d91aecd508fda821aeb4b6': Disable debug flag in TextEntryStatemain
commit
56d54381de
|
@ -20,7 +20,7 @@ import android.util.Log;
|
|||
|
||||
public class TextEntryState {
|
||||
private static final String TAG = TextEntryState.class.getSimpleName();
|
||||
private static final boolean DEBUG = true;
|
||||
private static final boolean DEBUG = false;
|
||||
|
||||
private static final int UNKNOWN = 0;
|
||||
private static final int START = 1;
|
||||
|
|
Loading…
Reference in New Issue