android: Comment out debug logging.

Reference Issue #15587.
This commit is contained in:
Ryan C. Gordon
2026-05-14 15:58:15 -04:00
parent fdfbbcefb2
commit 0e07b7c5e2
+1 -1
View File
@@ -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) {