瀏覽代碼

Removed debug logging

Sam Lantinga 7 月之前
父節點
當前提交
29c684c626
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      android-project/app/src/main/java/org/libsdl/app/SDLActivity.java

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

@@ -1495,7 +1495,6 @@ public class SDLActivity extends Activity implements View.OnSystemUiVisibilityCh
                 // on some devices key events are sent for mouse BUTTON_BACK/FORWARD presses
                 // they are ignored here because sending them as mouse input to SDL is messy
                 if ((keyCode == KeyEvent.KEYCODE_BACK) || (keyCode == KeyEvent.KEYCODE_FORWARD)) {
-    Log.v("SDL", "keycode is back or forward");
                     switch (event.getAction()) {
                     case KeyEvent.ACTION_DOWN:
                     case KeyEvent.ACTION_UP: