am ab0ee37f
: Disable debug flag in TextEntryState
* commit 'ab0ee37f52b87756c6d91aecd508fda821aeb4b6': Disable debug flag in TextEntryState
This commit is contained in:
commit
56d54381de
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue