From fcf15fe8c023a0308e1eec1a10dec09a748ccbe6 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 9 Jan 2020 18:33:50 +0100 Subject: [PATCH] Removed comment --- src/core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core.c b/src/core.c index 756d6170e..1a1ee8253 100644 --- a/src/core.c +++ b/src/core.c @@ -3820,7 +3820,6 @@ static void PollInputEvents(void) // NOTE: Never close window, native activity is controlled by the system! if (androidApp->destroyRequested != 0) { - //TraceLog(LOG_INFO, "Closing Window..."); //windowShouldClose = true; //ANativeActivity_finish(androidApp->activity); }