Преглед на файлове

android: Comment out debug logging.

Reference Issue #15587.
Ryan C. Gordon преди 1 месец
родител
ревизия
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)
 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");
     SDL_IOStream *io = SDL_IOFromFile(path, "rb");
     if (!io) {
     if (!io) {