From 0e07b7c5e20952c3ea6b8b490f81bc2ebc21a6fd Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Thu, 14 May 2026 15:58:15 -0400
Subject: [PATCH] android: Comment out debug logging.
Reference Issue #15587.
---
src/core/android/SDL_android.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/core/android/SDL_android.c b/src/core/android/SDL_android.c
index ef095fa0f87a8..ad07f07ad1359 100644
--- a/src/core/android/SDL_android.c
+++ b/src/core/android/SDL_android.c
@@ -2262,7 +2262,7 @@ static bool ProcessZip(SDL_IOStream *io, APKNode *root)
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) {