am ab0ee37f: Disable debug flag in TextEntryState

* commit 'ab0ee37f52b87756c6d91aecd508fda821aeb4b6':
  Disable debug flag in TextEntryState
main
Tadashi G. Takaoka 2011-03-08 18:41:24 -08:00 committed by Android Git Automerger
commit 56d54381de
1 changed files with 1 additions and 1 deletions

View File

@ -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;