Skip to content

Commit cb6a648

Browse files
committed
Remove raylib logs
1 parent 4fa8e23 commit cb6a648

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/rexm/rexm.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ static void UpdateWebMetadata(const char *exHtmlPath, const char *exFilePath);
181181
//------------------------------------------------------------------------------------
182182
int main(int argc, char *argv[])
183183
{
184+
SetTraceLogLevel(LOG_NONE);
185+
184186
// Path values can be configured with environment variables
185187
exBasePath = getenv("REXM_EXAMPLES_BASE_PATH");
186188
exWebPath = getenv("REXM_EXAMPLES_WEB_PATH");

0 commit comments

Comments
 (0)