Disable debug flag in TextEntryState

Bug: 4051276
Change-Id: I980c0dfefdf3ae70935aca9755a55d1c925a23f9
main
Tadashi G. Takaoka 2011-03-08 12:11:47 -08:00
parent b55fcea6fc
commit ab0ee37f52
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;