Skip to content

Commit 29c684c

Browse files
committed
Removed debug logging
1 parent 0eaa619 commit 29c684c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android-project/app/src/main/java/org/libsdl/app/SDLActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1495,7 +1495,6 @@ public static boolean handleKeyEvent(View v, int keyCode, KeyEvent event, InputC
14951495
// on some devices key events are sent for mouse BUTTON_BACK/FORWARD presses
14961496
// they are ignored here because sending them as mouse input to SDL is messy
14971497
if ((keyCode == KeyEvent.KEYCODE_BACK) || (keyCode == KeyEvent.KEYCODE_FORWARD)) {
1498-
Log.v("SDL", "keycode is back or forward");
14991498
switch (event.getAction()) {
15001499
case KeyEvent.ACTION_DOWN:
15011500
case KeyEvent.ACTION_UP:

0 commit comments

Comments
 (0)