diff options
| author | juloo | 2015-08-07 01:49:37 +0200 |
|---|---|---|
| committer | juloo | 2015-08-07 01:49:37 +0200 |
| commit | f22452488de58684466a1a73fe4869009f1d38c7 (patch) | |
| tree | 54964790d65ede7714d93094029dbc4e42d23b02 /srcs/juloo.keyboard2 | |
| parent | 117e4a3d4f79de9a35654623a4064c0f568099f0 (diff) | |
| download | unexpected-keyboard-f22452488de58684466a1a73fe4869009f1d38c7.tar.gz unexpected-keyboard-f22452488de58684466a1a73fe4869009f1d38c7.zip | |
Move logcat
Diffstat (limited to 'srcs/juloo.keyboard2')
| -rw-r--r-- | srcs/juloo.keyboard2/Keyboard2.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/srcs/juloo.keyboard2/Keyboard2.java b/srcs/juloo.keyboard2/Keyboard2.java index 1c22a01..8059b00 100644 --- a/srcs/juloo.keyboard2/Keyboard2.java +++ b/srcs/juloo.keyboard2/Keyboard2.java @@ -39,8 +39,6 @@ public class Keyboard2 extends InputMethodService if (getCurrentInputConnection() == null) return ; // DEBUG - if (_inputView.isHardwareAccelerated()) - log("LOL isHardwareAccelerated"); String k = "Key "; if ((flags & KeyValue.FLAG_CTRL) != 0) k += "Ctrl-"; |
