From e01f3f158ea950b5793d451a7816214195f8ade9 Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 2 Aug 2025 18:01:23 +0200 Subject: [PATCH] Remove some testing code --- examples/rexm.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/examples/rexm.c b/examples/rexm.c index 70d2b8151..d01e291cd 100644 --- a/examples/rexm.c +++ b/examples/rexm.c @@ -315,20 +315,14 @@ int main(int argc, char *argv[]) UnloadExamplesData(exCatList); } - - printf("got1\n"); - + // Add the remaining part of the original file TextAppend(mkTextUpdated + mkIndex, mkText + exListEndIndex, &mkIndex); - - printf("got2\n"); - + // Save updated file SaveFileText(TextFormat("%s/Makefile", exBasePath), mkTextUpdated); UnloadFileText(mkText); RL_FREE(mkTextUpdated); - - printf("got3\n"); //------------------------------------------------------------------------------------------------ // Edit: raylib/examples/Makefile.Web --> Add new example