diff --git a/src/core/android/SDL_android.c b/src/core/android/SDL_android.c index ef095fa0f8..ad07f07ad1 100644 --- a/src/core/android/SDL_android.c +++ b/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) {