aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-03-23 22:23:56 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-03-23 22:23:56 +0900
commit61f24842c74c9b622a28fd1e99f8698058cce003 (patch)
tree3d9ccfe98cbc5be524bd411cec02fef5994d2624 /java/src
parent9c6d9a56ad4b0b46365d53af34ff943be5a87e6e (diff)
downloadlatinime-61f24842c74c9b622a28fd1e99f8698058cce003.tar.gz
latinime-61f24842c74c9b622a28fd1e99f8698058cce003.tar.xz
latinime-61f24842c74c9b622a28fd1e99f8698058cce003.zip
Remove verbose debug message
Change-Id: I05bfe24228a6fbe806987d2a0d81e59611c3b476
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index 7903820f7..c7545dee6 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -1007,10 +1007,6 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
final int touchHeight = inputView.getHeight() + extraHeight
// Extend touchable region below the keyboard.
+ EXTENDED_TOUCHABLE_REGION_HEIGHT;
- if (DEBUG) {
- Log.d(TAG, "Touchable region: y=" + touchY + " width=" + touchWidth
- + " height=" + touchHeight);
- }
setTouchableRegionCompat(outInsets, 0, touchY, touchWidth, touchHeight);
}
outInsets.contentTopInsets = touchY;