mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
; * java/org/gnu/emacs/EmacsView.java (onKeyDown): Delete debugging code.
This commit is contained in:
parent
1f5a2c75e6
commit
48dc75f235
1 changed files with 0 additions and 2 deletions
|
|
@ -511,8 +511,6 @@ public final class EmacsView extends ViewGroup
|
|||
&& !EmacsNative.shouldForwardMultimediaButtons ())
|
||||
return false;
|
||||
|
||||
Log.d (TAG, "onKeyDown: " + event.toString ());
|
||||
|
||||
window.onKeyDown (keyCode, event);
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue