From 53f8cbac80f3c0981d45ba68f7850a1413c06405 Mon Sep 17 00:00:00 2001 From: Johnny Cena Date: Wed, 20 Aug 2025 19:20:01 +0200 Subject: [PATCH] remove unnecessary debug line from rexm.c --- tools/rexm/rexm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/rexm/rexm.c b/tools/rexm/rexm.c index 260e43ded..64a253934 100644 --- a/tools/rexm/rexm.c +++ b/tools/rexm/rexm.c @@ -756,7 +756,6 @@ int main(int argc, char *argv[]) // Scan available example .c files and add to collection missing ones // NOTE: Source of truth is what we have in the examples directories (on validation/update) - TraceLog(LOG_INFO, "DEBUG: Examples directory exists: %i", DirectoryExists(exBasePath)); FilePathList list = LoadDirectoryFilesEx(exBasePath, ".c", true); char *exList = LoadFileText(exCollectionFilePath);