Browse Source

Remove raylib logs

Ray 1 week ago
parent
commit
cb6a64843c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tools/rexm/rexm.c

+ 2 - 0
tools/rexm/rexm.c

@@ -181,6 +181,8 @@ static void UpdateWebMetadata(const char *exHtmlPath, const char *exFilePath);
 //------------------------------------------------------------------------------------
 int main(int argc, char *argv[])
 {
+    SetTraceLogLevel(LOG_NONE);
+
     // Path values can be configured with environment variables
     exBasePath = getenv("REXM_EXAMPLES_BASE_PATH");
     exWebPath = getenv("REXM_EXAMPLES_WEB_PATH");