Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61f24842 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Remove verbose debug message

Change-Id: I05bfe24228a6fbe806987d2a0d81e59611c3b476
parent 9c6d9a56
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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;