Quellcode durchsuchen

remove unnecessary debug line from rexm.c

pull/5130/head
Johnny Cena vor 1 Monat
Ursprung
Commit
53f8cbac80
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. +0
    -1
      tools/rexm/rexm.c

+ 0
- 1
tools/rexm/rexm.c Datei anzeigen

@ -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);

Laden…
Abbrechen
Speichern