remove unnecessary debug line from rexm.c

This commit is contained in:
Johnny Cena 2025-08-20 19:20:01 +02:00
parent 917f6b737c
commit 53f8cbac80

View File

@ -756,7 +756,6 @@ int main(int argc, char *argv[])
// Scan available example .c files and add to collection missing ones // 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) // 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); FilePathList list = LoadDirectoryFilesEx(exBasePath, ".c", true);
char *exList = LoadFileText(exCollectionFilePath); char *exList = LoadFileText(exCollectionFilePath);