diff options
author | 2012-02-22 20:45:43 -0800 | |
---|---|---|
committer | 2012-02-22 20:45:43 -0800 | |
commit | 5e4d2a0fa97dc544735682225be5cc663804bbf6 (patch) | |
tree | 0d645705d4f17ce5c5ed72cd6b32a2a5f067ed9e /java/src/com/android/inputmethod/latin/InputAttributes.java | |
parent | d80ffe2effed3a3981bc3d25f533a3fa11f5220d (diff) | |
download | latinime-5e4d2a0fa97dc544735682225be5cc663804bbf6.tar.gz latinime-5e4d2a0fa97dc544735682225be5cc663804bbf6.tar.xz latinime-5e4d2a0fa97dc544735682225be5cc663804bbf6.zip |
Remove logs now that we don't need them any more.
This has served its purpose, we don't need this any more.
The logging function itself can be kept since it's not called
any more. It may come in handy later.
Bug: 6053661
Change-Id: Icb40dad131793a704dbe6514cf7433e43ea04450
Diffstat (limited to 'java/src/com/android/inputmethod/latin/InputAttributes.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/InputAttributes.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/InputAttributes.java b/java/src/com/android/inputmethod/latin/InputAttributes.java index 3298bf9cf..f7afed2a5 100644 --- a/java/src/com/android/inputmethod/latin/InputAttributes.java +++ b/java/src/com/android/inputmethod/latin/InputAttributes.java @@ -55,7 +55,6 @@ public class InputAttributes { mInputTypeNoAutoCorrect = false; mApplicationSpecifiedCompletionOn = false; } else { - dumpFlags(inputType); final int variation = inputType & InputType.TYPE_MASK_VARIATION; final boolean flagNoSuggestions = 0 != (inputType & InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS); |