Просмотр исходного кода

android: Comment out debug logging.

Reference Issue #15587.
Ryan C. Gordon 2 дней назад
Родитель
Сommit
0e07b7c5e2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/core/android/SDL_android.c

+ 1 - 1
src/core/android/SDL_android.c

@@ -2262,7 +2262,7 @@ ioerr:
 
 static bool CreateAPKNodes(const char *path)
 {
-    SDL_Log("ANDROID: Parsing APK file '%s' ...", path);
+    //SDL_Log("ANDROID: Parsing APK file '%s' ...", path);
 
     SDL_IOStream *io = SDL_IOFromFile(path, "rb");
     if (!io) {